@charset "UTF-8";

h1 {
    color: #ffffff;
      font-size: 4em;
      padding-top: 10px;
      font-family: "Book Antiqua";
      text-align: center;
  }

section h2 {
  color: #ffffff;
  font-size: 2em;
  font-family: "Bahnschrift";
  font-weight: lighter;
  text-align: center;
  position: relative; top: -35px;
}

section p {
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
    font-family: "Bahnschrift";
    position: relative; bottom: 50px;
    line-height: 0.5em;
}


div {
    position: relative;
    margin-right: 400px;
    margin-left: 400px;
}

div p {
  font-style: italic;
  font-weight: bold;
}

input[type=text], select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical; 
    font-family: "Bahnschrift";
  }
  
  input[type=submit] {
    background-color: #dd2f2f;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Bahnschrift";
  }

  input[type=reset] {
    background-color: #dd2f2f;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Bahnschrift";
  }

  input[type=reset]:hover {
    background-color: #7e1e1e;
  }
  
 
  input[type=submit]:hover {
    background-color: #7e1e1e;
  }
  

  .container {
    border-style: solid;
    border-color: #000000;
    background-color: rgb(245, 232, 226);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; top: -20px;
    font-family: "Bahnschrift";
  }  