*{
    margin: 0%;
    padding: 0%;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
body{
    height: 100vh;
    background: url(https://static.vecteezy.com/system/resources/thumbnails/025/740/739/small/cute-wavy-background-photo.jpeg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    height: 50vh;
    width: 50vh;
    background-color: #fff;
    border-radius: 6%;
    text-align: center;
    display: inline-block;
    justify-items: center;
}
.heading{
    width: 380px;
    margin-top: 8%;
    background-color: rgb(170, 157, 143);
    padding: 6px 1%;
    box-shadow: 0 8px 12px rgb(64, 58, 58);
}
.text{
    height: 300px;
    width: 350px;
    margin-top: 6%;
}
#list{
    padding: 8px 12%;
    background-color: rgb(239, 236, 239);
    border: 1px solid lightgrey;
    box-shadow: 0 8px 14px #ad8b8b;
}
#list:hover{
    border: none;
}
#button {
    font-weight: bold;
    border: 1px solid gray;
    background-color: rgb(220, 188, 188);
    padding: 8px 10px;
    margin-left: 5px;
    cursor: pointer;
    box-shadow: 0 8px 14px #ad8b8b;
}
#button:hover{
    background-color: rgb(201, 179, 179);;
}
#btn{
    background-color: #e8dcdc;
    border-radius: 10%;
    padding: 6px;
    border: 1px solid grey;
    cursor: pointer;
    font-size: 10px;
    margin-right: 5px;
}
#btn:hover{
    border: none;
}
li{
    display: flex;
    justify-content:space-between; 
    margin-top: 6%;
    font-weight: bold;
}
.complete{
    text-decoration: line-through black;
    color: darkgray;
}
ul{
    margin-top: 4%;
    height: 250px;
    overflow: scroll;
}