.btn-warning {
    background-color: rgb(236, 228, 184);
    border: none;
    padding: 10px 20px 10px 20px;
    margin: 5px 10px 5px 10px;
  }

  h3,
  legend,
  label {
    color: rgb(250, 250, 243);
  }

  textarea {
    border-radius: 20px;
    padding: 80px 350px 80px 350px;
    background-color: rgb(204, 203, 218);
  }

  .btn3 input {
    background-color: #da8c32;
    border: none;
    color: rgb(255, 255, 255);
  }

  iframe {
    width: 560px;
    height: 315px;
  }

  @media screen and (max-width: 1250px) {

    iframe {
      width: 280px;
      height: 160px;
    }

    h2 {
      font-size: 2rem !important;
    }

    textarea {
      border-radius: 20px;
      padding: 50px 50px 50px 50px;
    }

  }