@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Exo:300&display=swap');

body, div, h1, p, img{
	margin:0;
	padding:0;
}

body{
	overflow: scroll;
	padding: 1.2em;
	background-color:rgba(0,0,0,1);
}

h1, p{
	text-align: left;
	font-family: 'Exo', sans-serif;
}

h1{
	line-height: 100%;
	font-size: 2em;
	font-weight: bold;
	color: rgba(255,255,255,0.7);
}

p{
	margin: 1em 0em 0em;
	line-height: 150%;
	font-size: 1em;
	font-weight: normal;
	color: rgba(255,255,255,1.0);
}

a{
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}