
body {
    background-color: #000;
    color: #39ff14;
      font-family: "halogen", sans-serif;
      font-weight: 300;
      font-style: normal;
    margin: 0;
    padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
}

.logo {
  max-width: 600px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
p {
  font-size: 1.2rem;
}
