@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000 !important;
	font-family: "eurostile-extended", sans-serif;
font-weight: 900;
font-style: normal;
		font-size: 1.3em;
	}
	
a:link, a:visited {
color: white;
background-color: red;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}

a:hover {
color: black;
background-color: white;
}
a:active {
color: white;
background-color: red;
}
	

img.logo {
  width: 70vw;
}



#wrapper {

}

.page {
	display: flex;
    justify-content: center;
    align-items: center;
	width:100vw;
	height:80vh;
}

#social{
	flex-direction: column;
	flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	width: 100vw;
	height: 20vh;
}


