body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}



h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

p {
    font-size: 1em;
    margin-bottom: 20px;
}

.evaluation-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.evaluation-table th,
.evaluation-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.evaluation-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.form-select{
    font-size: 13px!important;
}