body {
    background: #272B30;
    color: #C8C8C8;
    font-family: sans-serif;
    font-size: 14px;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 35px;
}

h2 {
    font-size: 18px;
    font-weight: normal
    border-bottom: 1px solid #4D5256;
}

.candidate,
.result {
    padding: 20px 0;
    border-bottom: 1px solid #4D5256;
}

.candidate-title,
.title {
    font-size: 18px;
    margin-bottom: 15px;
}

.candidate-title a,
.title a {
    color: #C8C8C8;
    text-decoration: none;
}

.comment-box {
    margin-top: 30px;
}

.comment-box label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.comment-box textarea {
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    resize: vertical;
    background: #272B30;
    color: #C8C8C8;
    border: 1px solid #C8C8C8;
    font-family: sans-serif;
    font-size: 14px;
    padding: 8px;
}

.rating {
    text-align: center;
}

.rating label {
    cursor: pointer;
}

.rating input {
    margin-right: 4px;
}

.ratings {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.rating-number {
    font-size: 22px;
}

.rating-count {
    font-size: 12px;
    margin-top: 3px;
}

.average {
    margin-top: 12px;
    font-size: 14px;
}

.average-votes {
    font-size: 12px;
    margin-top: 3px;
}

.voters {
    margin-top: 30px;
    font-size: 14px;
}

button {
    margin-top: 30px;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
}
