/*Define no margin and no padding to html*/
html, body, main{
	margin:0;
	padding: 0;
	width: 100%;
}

main > section {
	width: 100%;
	height: 700px;
}

a:link {
  text-decoration: none;
  color: inherit;
}

html {
	background-color: #120b29;
}


/*font-family: 'Pacifico', cursive;
font-family: 'Lobster', cursive;
font-family: 'Bad Script', cursive;
font-family: 'Alegreya Sans SC', sans-serif;*/








