body {
  background-color: #7d6388;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  color: white;
  font-family: sans-serif;
  text-align: center;
  line-height: 1.2;
}

.logo {
  width: 300px;
  margin-bottom: 30px;
}

h1 {
  letter-spacing: 0.25em;
  font-weight: 300;
}

p {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 2;
  padding-bottom: 200px;

  a {
    color: white;
  }
}
