@font-face {
    font-family: 'Akkurat-Italic'; 
    src: url('../typography/Akkurat Italic.otf');
}

@font-face {
    font-family: 'Akkurat-Regular'; 
    src: url('../typography/Akkurat Regular.otf');
}

@font-face {
    font-family: 'FontAwesome'; 
    src: url('../typography/FontAwesome.otf');
}

html { 
	overflow-y: hidden; 
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: white
}

.closebutton {
	font-family: "FontAwesome";
	font-size: 30px;
	position: fixed;
	margin-left: 96%
}

.information {
	margin-top: 33%;
	font-family: "Akkurat-Regular";
	font-size: 40px;
	position: absolute;
	height: auto;
}

.item {
	margin: 20px;
}