body {
    font-family: "Literata Book", sans-serif;
    text-align: center;
    background-color: #dbe1f1;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    margin: auto;
    font-size: larger;
}

td, th {
    padding: 10px
}

input {
    transform: scale(1.5);
}

.score {
    display: inline-block;
}

.subheading{
    background-color: #c2c5cd;
    font-weight: bold;
}

.item {
    background-color: #cfd3df;
}

#comment {
    margin: 0px;
    padding: 20px;
}

#results-container {
    position: sticky;
    margin-right: 20px;
    width: 1000px;
    border: 1px solid black;
    top: 20px;
    max-height: 500px;
    margin-left: 20px;
    font-size: 20px;
    border-radius: 8px;
    background-color: #cfd3df;
}

table {
    margin-left: 50px;
    margin-bottom: 50px;
    width: 850px;
}

#content {
    display: flex;
}

button {
    width: 200px;
    height: 50px;
    font-size: 20px;
    background-color: #e2e5ef;
    border-radius: 8px;
    border-color: #b9bac6;
}

#buttons {
    margin-bottom: 20px;
}