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

body {
	background: #193C40;
	margin: 0;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
}

.logo {
	display: flex;
    width: 100vw;
    height: 80vh;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    opacity: 0.8;
    scale: 1;
    animation: appear 5s ease;
}

#logo {
	width: 50vw;
}

#vignette {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: -5;
    background-image: radial-gradient(100vh at center, rgba(0,0,0,0), rgba(0,0,0,1));
}

a {
/*	text-decoration: none; */
	color: #8BD3D7;
}