body {
  background: #C7B299;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  display: block;
  width: 80%;
  max-width: 1280px;
}

p {
  margin: 3px 0;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}

a {
  color: #ed1f79;
  text-decoration: none;
  transition: color ease .3s;
}

a:hover {
  color:#a21955;
}