body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  margin: 0;
  background-color: #7f7e7e;
  color: #c1d1ab;
  font-family: Arial, sans-serif;
}

.logo {
  width: 8cm;
  height: auto;
  margin-top: 1px;
}

.text-box {
  text-align: center;
  margin-top: 100cm;
  
}


h1
{
  margin-left: 30px; /* Adjust the number as needed */
}


h2
{
  margin-left: 40px; /* Adjust the number as needed */

}


h3
{
  margin-left: 10px; /* Adjust the number as needed */

  margin-top: 15px;
}

.headline {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

button {
  background-color: #ffcc00;
  color: #000;
  font-size: 20px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #ffa500;
}

.notice {
  margin-top: 8px;
  font-size: 14px;
  color: #ff4d4d;
}


/* Other Styles */
h1, h2, h3, h4{
  font-family: 'Poppins';
  font-weight: 999;
  color: #a7bedd;

}

h1, h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;

}



h3 {
margin-top: -4;

}



  


h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
margin-top: 1rem;


}



