html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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 {
    color: #7F7F7F;
    font-size: 60px;
    padding: 0 auto;
    margin: 0;
}
h2 {
    color: #5EC3BA;
    font-weight: 100;
    font-size: 42px;
    padding: 0;
    margin-bottom: 31px;
}

h3 {

    font-size: 24px;
}

p {
    font-weight: 100;
    font-size: 18px;
    color: #979797;
   
    letter-spacing: 2.25px;
}

h4 {
    font-size: 24px;
    color: #7F7F7F;
    letter-spacing: 3.2px;
    margin-top: 24px;
}

h5 {
    font-size: 18px;
    color: #5EC3BA;
    letter-spacing: 3.2px;
}

.form-container {
    width: 1230px;
    height: 828px;
    margin-top: 89px;
    margin-left: 100px;
    margin-right: 109px;
    margin-bottom: 107px;
    background-color: white;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

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

.image {
    grid-column: 2/2;
    display: flex;
    justify-content: right;
    max-height: 828px;
}

input[type="text"] {
    width: 495px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #979797;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 24px;
    font-family: 'Quicksand';
}

input[type="submit"] {
    border: none;
    width: 495px;
    height: 50px;
    padding: 11px 74px 9px 73px; 
    color: white;
    background: transparent linear-gradient(180deg, #97E3DE 0%, #5EC3BA 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 24px;
    font-family: 'Quicksand';
    letter-spacing: 3px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 48px;
}

.dropdown {
    color: #979797;
    letter-spacing: 2.25px;
    font-size: 18px;
}

select {
    width: 495px;
    height: 50px;
    color: #979797;
    letter-spacing: 2px;
    text-align: left;
    font-size: 16px;
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #979797;
}

/* Could not get row system to work */
/* .quote {
    background: white;
    height: 165px;
    width: 393px;
    text-align: right;
    padding: 10px;
    grid-column: 2/5;
    grid-row: 2/5;
    z-index: 10;
} */

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

.quote{
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    color: #7F7F7F;
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 24px;
    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;

}