body {
  margin: 0;
  background: #FEEDB5;
  height: 100vh; /* Fallback */
  height: 100svh; /* Safari & Co. */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container {
  text-align: center;
}

.logo {
  max-width: 1024px;
  width: 50vw;
  height: auto;
}
