.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

body {
	background-color: #fafafa;
	font-family: verdana, helvetica, arial, sans-serif;
}

a {
	color: #9d9d9c;
	text-decoration: none;
}

#logo {
	padding-top: 10%;
	width: 70%;
	height: auto;
}

#contact {
	padding-top: 5%;
	font-size: 1.65vw;
	text-align: center;
}