




/* mobile friendly alternative to using background-attachment: fixed */
body::before {

  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--color-darkblue);
  background-image: linear-gradient(
    115deg,
    rgba(58, 58, 158, 0.8),
    rgba(136, 136, 206, 0.7)
  ),
  url('web_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Poppins', sans-serif;

}

label {
  display: flex;
  color: white;
  align-items: center;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

input {

  font-size: 16px;

}

select {
  margin: 5px auto 5px auto;
  width: 91%;
  height: ;
  display: flex;
  height: 40px;
  border-radius: 4px;
}


/*  Classes and Ids  */

.container {

  width: 90%;
  height: 70%;
  margin: 20px auto 55px auto;
  background-color: black;
  background-color:rgba(0,0,0,0.65);
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;

}

.Header {

  display: block;
  margin: 70px auto 0px auto;
  text-align: center;
  font-size: 20px;
  color: white;
  display: block;
  font-size: 2em;
  font-family: 'Poppins', sans-serif;

}

.Description {

  font-style: italic;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
  font-size: 1.3rem;
  width: 60%;
  display: block;
  margin: 10px auto 10px auto;
  text-align: center;
  color: white;

}

.boxDesign {

  display: block;
  padding: 5px;
  padding-left: 10px;
  margin: 4px auto 5px auto;
  border-radius: 4px;
  width: 90%;
  height: 30px;
}


.firstEmelentSpace {

  display: flex;
  color: white;
  font-size: ;
  margin-top: 40px;
  padding-left: 5%;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;

}
.SpacinglabelAlign {

  display: block;
  color: white;
  margin-top: 20px;
  padding-left: 5%;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;

}



.StyleButton {

  color: white;
  font-size: 50px;


}


.positionOption  {

  margin-left:15px;

}



.textares_comments {

  margin-left: 4.5%;
  margin-bottom: 5%;

}

.submitButton {

  width: 79%;
  height: 35px;
  border-radius: 4px;
  margin-left: 4.5%;
  background-color: #37af65;
  margin-bottom: 5%;
  color: white;

}

label p  {

  font-size: 15px;


}













