body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
}
li{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    margin-right: 20px;
}
#botaoeditar{
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    color: rgb(255, 255, 255);
}
#voltar{
    background-color: white;
    border: 5px solid greenyellow;
    position: absolute;
    width: 106px;
    height: 45px;
    right: 40px;
    top: 20px;
}
#tema{
    position: absolute;
    top: 20px;
    right: 160px;
    height: 45px;
}
.botoes{
    transition: 0.3s;
    cursor: pointer;
    background-color: white;
    border: 5px solid greenyellow;
    position: absolute;
}
#add{
    width: 70px;
    height: 65px;
    right: 575px;
    top: 780px;
    border: 10px solid greenyellow;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#titulo{
    text-align: center;
    font-size: 50px;
    margin-top: 100px;
    border: 10px solid greenyellow;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    transition: 0.3s;
}
#lista{
    border: 10px solid greenyellow;
    top: 152px;
    position: absolute;
    margin-left: 567px;
    width: 770px;
    height: 620px;
    background-color: rgb(27, 27, 27);
    color: white;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    overflow: auto;
    overflow-wrap: break-word;
}
#inputtarefa{
    position: absolute;
    top: 783px;
    margin-left: 567px;
    width: 610px;
    height: 40px;
    font-size: 20px;
    border: 10px solid greenyellow;
}
#reset{
    position: absolute;
    top: 780px;
    border: 10px solid greenyellow;
    height: 65px;
    width: 71px;
    left: 1207px;
}