body {
    font-family:'Quicksand', sans-serif;;
    background-image: linear-gradient( 120deg,#c7f8f4, #5ec3ba);
    background-repeat: no-repeat;
    height: auto;
    width: auto;

}

.Flexbox{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 100px;
    margin-bottom: 150px;
    border-top: 150px;
    width: 1200x;
    height: 600px;
    background-color: white;
    padding-top: 50px ;
    padding-left: 100px;
    padding-bottom: 100px;
    border-radius: 20px;
    background-image: url(../img/Screen\ Shot\ 2022-10-14\ at\ 8.28.09\ PM.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 470px 900px;
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);

}

.top {
    display: flex;
    padding: 0;
    font-size: 30px;
    line-height: 0px;
    height: 50px;
    color: #7f7f7f;
    letter-spacing: 1px;
    
}

.word2 {
    font-weight: lighter;
    padding-left: 20px;
    

}

.word3 {
    font-weight: lighter;
    font-size: 43px;
    line-height: 0px ;
    height: 20px;
    color: #5ec3ba;
    letter-spacing: 1px;

}

.form {
     display: flex;
     flex-direction: column;
     max-width: 500px;
     position: relative;
     top: -166;
}


.quote {
    background-color: rgb(255, 255, 255);
    width: 350px;
    padding: 10px;
    display: flex ;
    flex-direction: column;
    margin-left: auto;
    margin-right: 150px;
    flex-wrap: wrap;
    position: relative;
    top: -60;
    right: 90px;
    letter-spacing: 2px;
   
}

.text {
    letter-spacing: 2px;
    line-height: 5px;
    color: #979797;
}

input[type="text"] {
    width: 500px;
    height: 40px;
    border-radius: 5px;
    border-width: thin;
    border-color: #979797;
    
}

/* Button styling*/

input[type="submit"] {
    width: 500px;
    height: 40px;
    font-family:'Quicksand', sans-serif;;
    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 5px;
    border-width: thin;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(#98ede6, #5ec3ba);
    border: rgba(0, 0, 0, 0) ;
    
}

/*Dropdown Menu*/

.drop {
    width: 500px;
    height: 40px;
    font-family:'Quicksand', sans-serif;;
    font-size: 12px;
    padding-left: 10px;
    letter-spacing: 2px;
    border-radius: 5px;
    border-width: thin;
    border-color: #979797;
    color: #979797;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/down_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: px;
}

.big {
    font-size: 20px;
    color: #7f7f7f;
    width: 350px;
    height: 60px;
    background-color: rgb(255, 255, 255);
    text-align: right;
    word-spacing: 3px;
}

.small {
    
    background-color: rgb(255, 255, 255);
    color: #5ec3ba;
    text-align: right;
    width: 350px;
    height: 2px; 
    position: relative;
    top: -15px;
    
}
