@import url(https://fonts.googleapis.com/css?family=Arvo);

body {
	font-family: Arvo;
	background-color: black;
	color: white;
}

h1 {
	font-size: 140px;
	margin: 20px;
}

div {
	color: orange;
}

a{
	font-size: 50px;
	margin: 20px;
	color: #01A9DB;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

img {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 30%;
}