body{
    background-color: rgb(171, 164, 201);
    font-family: sans-serif;
}

input{
        font-size: 20px;
}

.edit-input{
    width: calc(100% - 50px);
}

button{
        font-size: 20px;
}

a{
        font-size: 20px;
}

label {
    cursor: pointer;
}

#checklist div{
    background-color: rgb(212, 209, 224);
    margin-bottom: 4px;
    padding: 4px;
    font-size: 20px;
}

.checkmark {
  height: 20px;
  width: 20px;
}




