html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8FF;
  color: #B22222;
  font-family: fantasy;
  line-height: 1.4;
}
body a {
  display: inline-block;
  color:  #A9A9A9;
}

.button {
  margin: 0 auto 20px;
  width: 200px;
  border-radius: 3px;
  text-align: center;
  clear: both;
  padding: 10px;
  background-color: rgba(236, 240, 241, 0.3);
  cursor: pointer;
}

.screen {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.screen-intro {
  opacity: 1;
  visibility: visible;
}
