@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
html {
  line-height: 1.15;
  font-family: 'Oswald', sans-serif;
}
body {
	width: 100%;
	height: 100vh;
  margin: 0;
  background: black;
}	
div{
	width: 100%;
	text-align: center;
	color: white;
}
a{
	text-decoration: none;
	color: white;
}
p{
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 1em;
}
.mail{
	font-size: 3em;
}