body {
  background-color: white;
  text-align: center;
  font-family: Barlow, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-container {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1000px) {
  .logo {
    width: 768px;
  }
}

a {
  color: black;
  text-decoration: none;
}