@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 20px;
  background-color: #000;
  color: #0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

h1 {
  font-size: 3.50rem; /* Responsive */
/*  width: 50vw; */
  text-align: center;
}

h2 {
  font-size: 10vw;
  margin-top: 20px;;
  text-align: center;
}

p {
  font-size: 1.00rem; /* Smaller size for better readability */
  margin-top: 20px;
  text-align: center;
}
