#wrap {
  min-height: 100vh;
  background: #3e588f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#wrap .logo {
  width: 26rem;
  margin-bottom: 15rem;
}
#wrap > a {
  width: 85%;
  display: block;
  padding: 1.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  background: #f2f4f7;
  text-align: center;
  border-radius: 3rem;
}