
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;
  height: 100vh;
}
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;
}

#input{
    color: #066273;
}

input::placeholder{
  color: #066273;
}
#form{
	margin-top: 40px;
	z-index: 0;
	color: #066273;
  font-weight: bold;

}

.v_center{
	margin-left: 1em;
	margin-right: 1em;
}

.h_center{
	margin-top: 10px;
}

#nav{
  background-color: white;
}

#btn_submit{
	bottom:10%;
	right:10vw;
	position:absolute;
}

#button{
	background-color: #5FC79F;
	border-color: #5FC79F;
	width: 30vw;
	color:white;
}

#img_welcome{
	margin-top: 4vh;
	height: 20vw;
	width: 30vw;
}

#name{
	position: absolute;
	right: 20vw;
	margin-top:3%;
}

#question_button{
	display: inline-block;
 	content: "";
 	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
 	background-repeat: no-repeat;
 	background-size: 1rem 1rem;
}
#caret_icon_right{
	display: none;
}
#header {
  background-image: linear-gradient(#066273,#0D939F);
  width: 100%;
	position: relative;
}

#letter{
	 font-style: oblique;
}

#section{
    overflow-y: scroll;
}

#welcome{
	font-size: 3vh;
	color:white;
  text-align: justify;

}
