html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #202F6B 0%, #171E40 100%);
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under-construction-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.under-construction-text {
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
}

.under-construction-container p {
  color: white;
  margin: 1rem 0;
}