body {
  background-color: #f8faf9;
  font-family: "Glegoo", serif;
}

a {
  color: #3f87a6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.logo {
  border-radius: 32px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;

  background-image: url("logo@2x.png");
  background-size: 128px 128px;
  background-repeat: no-repeat;
  display: block;
  width: 128px;
  height: 128px;
}

.title {
  display: block;
}

.title h1 {
  font-weight: 400;
  font-size: 36px;
  /* color: #f89021; */
  color: #444;
  text-align: center;
  margin: 0.1em 0 0.1em 0;
}

.description {
  display: block;
  font-size: 16px;
  text-align: center;
}
