body{
    background-image: url("sunset.png");
    background-size: 700px;
    background-repeat: repeat-x;

}
*{
    box-sizing: border-box;
}

.content{
    font-family: georgia;
    font-weight: 520;
}

#list li:hover{
    background: #ddd;
    border: 10px black;
}

#container h1 {
    font-family: impact;
    color:white;
    font-size: 60px;
    text-align:center;
    padding-top: 225px;
}
#list {
    display: inline-block;
    padding-top: 10px;

}


#input{
    width: 30%;
    padding-right: 0px;
    font-family: verdana;
}
#button{
    padding:5px 15px;
    background-color: darkorange;
    color: white;
}
#clear{
    padding:5px 15px;
    background-color: darkorange;
    color: white;
}
#savebutton{
    padding:5px 15px;
    background-color: darkorange;
    color: white;
}
ul{
    list-style-type: none;
}

input[type=checkbox]:checked + label.strikethrough{
    text-decoration: line-through;
}









