li>button {
    border: none;
    font-size: large;
    margin-top: 3px;
    /* needs better alignment with the checkbox */
}

li>input[type="text"] {
    background: none;
    border: none;
    font-size: 16px;
    margin-top: 3px;
    /* needs better alignment with the checkbox */
}

.container {
    padding: 0;
    text-align: center;
    width: 97%;
}

.main {
    padding: 10px;
    padding-top: 20px;
    border-radius: 15px;
    background-color: var(--main-bg-color);
    min-height: 88vh;
}