@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");

body {
    font-family: 'Quicksand';
    font-weight: 100;

    text-align: left;
    width: 100%;
    background-image: linear-gradient(to right,rgb(199, 248, 244),rgb(94, 195, 186));
}


h1 {
    /* font-weight: 100; */
    font-size: 60px;
    color: #7F7F7F;
    text-transform: uppercase;
    margin-top: 6px;
}
h2 {
    color: #5EC3BA;
    /* font-weight: 100; */
    text-transform: uppercase;
    margin-top: -60px;
    margin-bottom: 40px;
    font-size: 42px;
    
}

.form-container {
    width: 1230px;
    height: 834px;
    margin: 100px;
    background-color: white;
    border-radius: 8px;
    display: grid;
    grid-template-columns: [col-start] 1fr [col-2] 1fr 
    [col-3] 1fr [col-end];
    grid-template-rows: 50px 50px;
    background-size: contain;
    position: fixed;
    transform: translate(-50% -50%);

}

#form-content {
    padding-top: 60px;
    padding-left: 101px;
}

img {
    max-height: 1020px;
    width: 469px;
    margin-left: 83px;
    border-radius: 8px;
}

input[type="text"]{
    font-size: 18px;
    color: #7F7F7F;
    width: 495px; 
    height: 50px;
    border: 1px solid #979797;
    border-radius: 8px;
    margin-top: 5px;
  }
  
  .dropdown{
    width: 495px;
    height: 50px;
    background: #FFFFFF;
    color: #7F7F7F;
    margin-top: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    border: 1px solid #979797;
    font-size: 16px;
    padding-left: 15px;
    font-weight: lighter;
    background-image: url(../Images/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    margin-bottom: 50px;
  }
  
  input[type="submit"]{
    font-size: 18px;
    color: #FFFFFF;
    width: 495px; 
    height: 50px;
    background: linear-gradient(to bottom, #97E3DE, #5EC3BA);
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
  }

  label{
    font-size: 18px;
    color: #979797;
    width: 495px; 
    height: 50px;
  }

.light{
    font-weight: lighter;
}

  #bold
{
  padding-right: 20px;
  font-family: "Quicksand";
  color: #7F7F7F;
}

#quote{
    background-color: white;
    width: 393px;
    height: 165px;
    float: right;
    position: absolute;
    margin-left: 700px;
    z-index: relative;
    margin-top: 285px;
    padding-left: 25px;
}

.quote{
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    color: #7F7F7F;
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 30px;
    letter-spacing: 2px;

}

.name{
    text-align: right;
    padding-right: 23px;
    padding-left: 20px;
    color: #5EC3BA;
    font-size: 18px;
    margin-top: -2px;
    letter-spacing: 2px;

}