*{
    padding: 0%;
    margin: 0%;
}
body{
     background-color: beige;
     text-align: center;
}
h2{
    color: azure;
    background-color: rgb(61, 82, 82);
    text-align: center;
    width: 100%;
    height: 100px;
    border: 2px solid black;
    font-size: xx-large;

}
h3{
    color: rgb(130, 106, 235);
    height: 50px;
    font-style: oblique;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: x-large;
}
#todo{
    font-size: x-large;
    height: 35px;
    width: 300px;
}
#todoList,#doneList{
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
color: rgb(203, 18, 135);
}
