
header {
    background: green;
    color: white;
    padding: 1em 0;
  }
  
  nav ul {
    background-color: green;
    color: #e9e9e9;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0;
    padding: 0;
  }
  
  nav a {
    background-color: green;
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  body{
    background-color: #1ecbe1;
    color: white;
  }
.container2{
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 500PX;

}
.container2 h1{
  margin-bottom: 20px;
  font-weight: 500px;
  text-align: center;
}
.container2 textarea{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 1rem;
}
  footer {
    background: blue;
    color: white;
    text-align: center;
    padding: 1em;
    margin-top: 20px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .hero {
      flex-direction: column;
      text-align: center;
    }
  }
  button{
    background-color: blue;
    color: antiquewhite;
    text-align: right;
  }
  label{
    text-align: center;
  }
  footer {
    background: blue;
    color: white;
    text-align: center;
    padding: 1em;
    margin-top: 20px;
  }
  
  

