body {
      margin: 1rem auto; /* center everything */
      max-width: 960px; /* set a max width */
      font-family: 'montserrat', sans-serif;
      line-height: 1.5;
    }
    section {
      margin: 3rem 0;
    }
    #intro {
      display: flex;
      justify-content: space-evenly;
      padding-top: 10px;
    }
    #nav {
      display: flex;
      justify-content: space-evenly;
      padding-top: 10px;
    }
    .row {
      display: flex;
      justify-content: space-evenly;
      margin-left: 15%;
    }
    .col1, .col2, .col3 {
      padding: 1rem;
    }
    .col3 {
      flex: 1;
    }

    .col1 {
  width: 20ch;
}
.col2 {
  width: 10ch;
}
.col3 {
  width: 10ch;
}


h1, h2, h3, h4{
  font-family: 'Open Sans' , sans-serif;
    line-height: 1.2;
          }

h2{
position: static;
margin-left: 40%;
                    }



.menu{
  text-align: right;
   }




.menu, a{
padding-top: 10px;
font: 'montserrat', sans-serif;
text-decoration: none;
color: black;
line-height: 30px;
  }

a:hover {
  color: #E1D4C0;
  }

  input[type=text], textarea {
    background-color: #E1D4C0;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 60%;
  }
  input[type=radio] {
    background-color: #E1D4C0;
    text-decoration: none;
    margin-bottom: 10px;
  }
select {
    background-color: #E1D4C0;
    text-decoration: none;
    margin-bottom: 20px;
    width: 60%;
    border: none;
    height: 30px;
  }
  input[type=submit] {
    background-color: #E1D4C0;
    margin-top: 30px;
    width: 20%;
    height: 40px;
    border: none;
  }
  input[type=submit]:hover {
    background-color: #F5EDE3;
  }
