@import url('http://fonts.googleapis.com/css?family=Lato');

h1{
width: 60%;
height: 105px;
background: #606060;
margin: 0px auto;
font-family: "Lato";
font-weight: bold;
font-size: 4vw;
color: white;
border-radius: 5px;
}

body {
background: #0e2f44;
text-align: center;
}

#main {

width: 60%;
height: 70%;
background: #EEEEEE;
margin: 25px auto;
border-radius: 5px;
font-family: "Lato";
font-size: 3vw;
color: black;
}
#main2 {

width: 60%;
height: auto;
background: #EEEEEE;
margin: 25px auto;
border-radius: 5px;
font-family: "Lato";
font-size: 3vw;

color: black;
}
#monum {
    height: 10%;
    width: 70%;
    background-color: #77b7ff;
    border-radius: 5px;
	margin: auto auto;
	text-align: center;
	font-family: "Lato";
	font-size: 80%; 
	color: black;
}
#copy{
    height: 10%;
    width: 70%;
    background-color: #77b7ff;
    border-radius: 5px;
	margin: auto auto;
	text-align: center;
	font-family: "Lato";
	font-size: 80%; 
	color: black;
}
#monum2 {
	max-height: 36px;
	height: 10%;
    width: fit-content;
    background-color: #ade0ff;
    border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	border: none;
	font-family: "Lato";
	font-size: 80%; 
	color: black;
}
#monum2:hover {
	font-weight: bold;
}

#process {
    height: 10%;
    width: 70%;
    background-color: #ade0ff;
    border-radius: 5px;
	margin: auto auto;
	text-align: center;
	font-family: 'Lato';
	font-size: 80%; 
	color: black;

}
#terms {
    height: 10%;
    width: 70%;
    background-color: #ade0ff;
    border-radius: 5px;
	margin: auto auto;
	text-align: center;
	font-family: 'Lato';
	font-size: 80%; 
	color: black;

}
h2{
width: 80%;
height: 10%;
margin: 0px auto;
font-family: "Lato";
font-size: 90%;
color: black;
border-radius: 5px;
}

#info{

    width: 90%;
    border-radius: 10px;
	margin: auto auto;
	text-align: center;
	font-family: "Lato";
	text-align: left;
	font-size: 50%; 
	color: black;
}
#info2{

    width: 90%;
    border-radius: 10px;
	margin: auto auto;
	text-align: center;
	font-family: "Lato";
	font-weight: bold;
	font-size: 80%; 
	color: black;
}
#info3{

    width: 90%;
    border-radius: 10px;
	margin: auto auto;
	text-align: center;
	font-family: "Lato";
	font-weight: bold;
	text-align: center;
	font-size: 60%; 
	color: black;
}
#error{
width: 90%;
    border-radius: 10px;
	margin: auto auto;
	text-align: center;
	font-family: "Lato";
	font-size: 50%; 
	color: black;
}