*{
    background-color: #8D9F87;
}
#insertTodo{
    background-color: whitesmoke;
    width: 360px;
    height: 50px;
    border: 2px solid black;
    border-radius: 20px;
    font-size: 30px;
    
}

#addButton{
    background-color: greenyellow;
    width: 360px;
}
#header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
li{
    color: aqua;

}
