*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    height: 100%;
    background:url('wall.jpg') no-repeat center top fixed;
    background-size: cover;
}

button{
  background-color:rgba(52,49,39,0.05);
  font-size: 24px;
  border-style: none;
  border-width: none;
}

.backgrnd{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

input[type=text]{
  background-color: #ECEFF1;
  border: none;
  border-radius: 4px;
}
#sbm{
  background-color: #AFB42B;
  color: white;
  margin-left: 50px;
  margin-top: 10px;
  padding-top: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#play{
  font-size:32px;
}

li{
  list-style-type: circle;
  font-family: 'Pacifico', cursive;
  font-weight: 900;
}

li:hover{
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  #play{
    font-size: 24px;
  }
  button{
    font-size: 16px;
  }
  .btn{
    width: 200px;
  }
}
