#wrap {
  min-height: 100vh;
  background: #f4e1e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#wrap .logo {
  width: 15rem;
  margin-bottom: 15rem;
}