@font-face {
  font-family: Circular;
  src: url('font.otf');
  font-weight: 400;
}

body {
  background-color: #79BEFF;
  font-family: Circular;
  color: white;
}

.out {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mid {
  display: table-cell;
  vertical-align: middle;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 28rem;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 21rem;
    text-align: center;
  }
}

#title {
  font-size: 3rem;
}

body .button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  background-color: white;
  color: black;
  border-radius: 10px;
  font-size: 20px;
  padding: 0px 15px 0px 15px;
  margin-top: -40px;
}

.button p {
  display: inline-block;
  margin-left: 5px;
}

.button .icon {
  width: 20px;
}

#alt {
  position: absolute;
  bottom: 5px;
  width: 97%;
  color: white;
  font-size: 12px;
  text-align: center;
}

body #alt a {
  color: white!important;
}

.hidden {
  display: none;
}
