._1 {
  color: #fff;
  font-size: 16px;
}

._2 {
  margin-bottom: 20px;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Oswald, sans-serif;
  color: #fff;
  mix-blend-mode: normal;
}

._3 {
  border-radius: 10px;
  text-align: left;
}

.div-block {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.body {
  background-color: #404040;
}

.heading {
  padding: 5px;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 0 0 10px 0 #000;
  color: #fff;
  text-align: center;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.section {
  padding-right: 10px;
  padding-left: 10px;
}

.text-span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
}

.text-span-2 {
  color: #fc0000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.paragraph {
  text-align: center;
}

.form {
  padding: 10px;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 0 0 10px 0 #000;
  font-size: 16px;
  text-align: center;
}

._4 {
  margin-bottom: 10px;
  color: #fff;
}

.text-field {
  border-radius: 10px;
}

.submit-button {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background-color: #ec383b;
  font-weight: 700;
}

._5 {
  margin-bottom: 5px;
  border-radius: 10px;
}

._6 {
  color: #ec393b;
  font-weight: 700;
}

._7 {
  margin-bottom: 0px;
  color: #fff;
}

.list-item {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 0 0 10px 0 #000;
}

.text-span-3 {
  color: red;
}

.text-span-4 {
  color: red;
}

.text-span-5 {
  color: red;
}

._8 {
  margin-top: 10px;
  border-radius: 10px;
}

.button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #ec393b;
  box-shadow: 0 0 10px 0 #000;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .submit-button {
    display: inline-block;
    white-space: normal;
  }
}

.footer {
  padding: 20px;
}
.footer__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.footer__text a {
  color: inherit;
  text-decoration: underline;
}