body
{
  background-color: black;
  font-family: "Poppins", sans-serif;
  color: #6c757d;
  }
@media  only screen and (min-device-width: 768px) 
{
    .form-container {     
      margin: auto;
      flex-direction: column;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem;
  min-height: 250px;
  z-index: 2;
  top: 20%;
  background-color: black;
  border-radius: 15px;
  color: #6c757d;
    }

}

h1, p 
{
  text-align: center;
}

input, textarea , button
{
  width: 95%;
  padding: 0.7rem 1rem;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 0.9em;
}    
textarea
{
  height: 100px;
}

em
{
  color: #f45702;
font-weight: bold;
}
