#body {
  background-color: #232227;
  font-family: "Poppins", sans-serif;
}

main {
  color: white;
}
main .left-sec h6 {
  font-size: 32px;
  margin-top: 10%;
  margin-bottom: 5%;
  font-weight: bold;
}
main .left-sec form {
  color: white;
}
main .left-sec form input {
  border-radius: 10px;
  font-size: 14.5px;
  background-color: #39383d;
  color: #dedde2;
}
main .left-sec form input:focus {
  background-color: #1c1c1d;
}
main .left-sec form label {
  font-size: 14.5px;
  color: #dedde2;
  font-weight: bold;
}
main .left-sec form .form-select {
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: 14.5px;
  background-color: #39383d;
  color: #dedde2;
}
main .left-sec form .form-select:focus {
  background-color: #1c1c1d;
}
main .left-sec form button {
  color: white;
  font-weight: bold;
  background-color: #4377ff;
  border-radius: 10px;
}
main .left-sec form button:hover {
  color: white;
}
main .right-sec {
  margin-top: 3%;
}
main .right-sec span {
  padding: 0;
  margin: 0;
}
main .right-sec span img {
  float: right;
  margin-right: 25px;
  width: 35vw;
  box-shadow: 19px 20px 10rem 20px black;
  border-radius: 10px;
}
main .right-sec span img:hover {
  margin-right: 35px;
  transition: 0.7s ease-out;
  box-shadow: 19px 20px 10rem 20px #1e0218;
}

.footer {
  margin-top: 3%;
  font-size: 14px;
  color: #c7c7c7;
}
.footer a {
  color: white;
}/*# sourceMappingURL=main.css.map */