@font-face {
	font-family: Roboto;
	src: url(Roboto/Roboto-VariableFont_wdth,wght.ttf);
}

a{
	text-decoration: none;
	color: white;
}
body{
	background-color: rgb(20, 20, 20);
	color : rgb(230, 230, 230);
	
	font-family: 'Roboto';
	padding-top: 1vh;
	display:flex;
	justify-content: space-evenly;
	padding-top: 4%;
	font-size:1.35vw;
}

#main_box{
	align-items:center;
	width: 40vw;
	height:80vh;
	border: white 1px solid;

	text-align: center;
	

}

#notes{
	padding-top: 15vh;

}

#enter{
	
		
	display:flex;

}
#enter_btn{
	text-decoration: none;
	margin-left: 6.5vw;
	padding-top: 10%;
	font-size: 4vh;
}

#links{
	width: 25vw;
	height: 80vh;
	border:white 1px solid;
}


#logo{
	
	width: 10vw;
	
	font-size: 4vh;
	line-height: 1.45em;
	

	animation: fadeIn 3s;
	padding-left: 2vw;

}