body {
  background-image: url("images/bg.png");
  background-size:cover
}
img {
  position: absolute;
}
div {
  color: white;
  font-size: 25px;
  font-family: Comic Sans MS;
}
#pause {
  position:fixed;
  z-index: 2; /* above everything else */
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,.5);
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
h2 {
  font-size: 80px;
  margin: 1px;
}
h3 {
  font-size: 60px;
}
h4 {
  display:inline
}
.floor {
  left: 0;
  bottom: 0;
  width:100%;
  height:100px;
  position:absolute;
  background-repeat: repeat-x;
  background-image: url('images/floor.png');
}
#settings {
  height: 40;
  right: 10;
  top: 10;
  cursor: pointer;
}
input[type=text] {
  width: 50;
  padding: 2px 2px;
}
button {
  background-color: #3cc9e8;
  width: 300px;
  border: none;
  color: white;
  padding: 15px 32px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 15px;
}
