body {
	margin: 0;
	padding: 0;
	font-family: "Geologica", Arial, sans-serif;
	background: #ffffff;
}

a {
	text-decoration: none;
}

a, a:visited {
	color: #009FE3;
}

a:hover {
	text-decoration: underline;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.logo img {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 14pt;
}

.social-links a {
  margin: 6pt;
}


