body {
  background-color: #88d1e8;
  overflow: hidden;
}

.score {
  color: white;
  font-family: sans-serif;
  font-size: 2em;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px;
}

.wall {
  background: url(wall.png);
  width: 100px;
  position: absolute;
  right: -100px;
}

.bottom {
  bottom: 0px;
}

.top {
  top: 0px;
}

.title {
  position: relative;
  color: white;
  font-family: sans-serif;
  top: 20vh;
}

.title > h1 {
  font-size: 5em;
}

.title > h3 {
  font-size: 2em;
}
