body {
  background-color: #000000;
}

main .section1 {
  width: 90%;
  padding: 2%;
  margin: 2% auto;
}
main .section1 .section1-text {
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 0 3%;
}
main .section1 .section1-text2 {
  text-align: center;
  width: 45%;
  border: #fff6af solid;
  border-radius: 0.5em;
  font-size: 30px;
  color: red;
  margin: 0 1% 2% 2%;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 786px) {
  main .section1 .section1-text2 {
    width: 80%;
    font-size: 18px;
  }
}
main .section2 {
  width: 90%;
  margin: auto;
}
main .section2 a {
  color: rgb(255, 255, 255);
  display: inline-block;
}
main .section2 .form {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 50px;
}
main .section2 form {
  width: 90%;
  margin: auto;
}
main .section2 form input[type=text] {
  width: 90%;
}
main .section2 form input[type=radio] {
  color: rgb(255, 255, 255);
}
main .section2 form .contant {
  height: 2rem;
  margin: 10px 0;
}
main .section2 form .contant {
  transform: translateY(-0.5rem);
  white-space: normal;
}
main .section2 form .myButton {
  box-shadow: 0px 1px 0px 0px #fff6af;
  /* background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%); */
  /* background-color:#ffec64; */
  background-color: #ffaa22;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  /* text-shadow:0px 1px 0px #ffee66; */
  margin-top: 5px;
}
main .section2 form .myButton:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
main .section2 form .myButton:active {
  position: relative;
  top: 1px;
}
main .section2 p {
  color: rgb(255, 255, 255);
  display: inline-block;
}
main .section2 span {
  color: red;
}
main .section3 {
  background-color: aliceblue;
  width: 90%;
  height: 45px;
  margin: 10px auto;
}

footer {
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 0px;
}
footer .footer-nav {
  background-color: rgb(51, 197, 148);
  width: 90%;
  margin: auto;
  font-size: 24px;
}
footer .footer-nav a {
  width: 25%;
  margin: auto 5%;
}/*# sourceMappingURL=style.css.map */