body {
  margin: 0;
  padding: 0;
  background-color: #1C1C1C;
  color: #8a938c;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.logo {
  max-width: 300px;
  height: auto;
}

h1 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
  margin: 0;
}
