body {

	background-color: #16796E;
	font-family: sans-serif;
	color: #FFFCFD;
	text-align: center;
}

#logo img {

	width: 200px;
	height: auto;

}

#container {
	height: 100vh;
	width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

a, a:visited {

	color: #57376b;
	text-decoration: none;
}