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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: "Quicksand", sans-serif;
}

#contact{
    background-color:whitesmoke;
    width:50%;
    text-align:center;
    margin:auto;
    height:450px;
    margin-top:7%;
}

#contact input{
    padding:8px 62px 8px 8px;
    margin:5px 3px;
    border-radius:5px;
    border:solid gray 1px;
}

.flex{
    display:flex;
    justify-content:center;
    margin-bottom:10px;
}

#nameLabel{
    margin-right:182px;
}

#amountLabel{
    margin-right:98px;
}

#creditLabel{
    margin-right:144px;
}

#expirationLabel{
    margin-right:115px;
}

#cardType{
    position:absolute;
    font-size:12px;
    margin-left:5px;
    font-weight:bold;
}

.CVV,.email{
    padding:8px 300px 8px 8px !important;
}

#submit{
    padding:7px 30px;
    margin-top:10px;
}

#goBack{
    padding:7px 30px;
    margin-top:10px;
}

h1{
    font-size:40px;
    padding-top:30px;
    margin-bottom:50px;
}