body,
html {
  height: 100%;
  margin: 0;
  background-color: #17171a;
  color: white;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.content p {
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.logo {
  max-width: 100%;
  height: auto;
}

.highlight {
  color: #ff7400;
}
