
body {
  margin: 0;
  height: 100vh;
  background: #060606;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}


main {
  text-align: center;
}


.logo {
  width: 160px;
  height: auto;
  opacity: 0.85;
  margin-bottom: 12px;
}


p {
  color: #2d2d2d; 
  font-size: 0.7rem; 
  letter-spacing: 0.2px;
  margin: 0;
}