/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

 .clear {
    clear: both;
}

body{
  background-image: url("clip.jpeg");
  background-repeat: no-repeat;
}

h1{
  font-size: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.everything{
  margin-top: 15%;
  text-align: center;
  width: 30%;
  margin-left: 50px;
}
 

.strike{
text-decoration: line-through;
color: gray;
}


.hide{
  display: none;
}


.li{
  text-decoration: none;
}

ul{
  text-align: center;
  list-style-type: none;
}

.button input{
  margin-right: 10px;
}

.list{
  padding: 20px;
}