body {
	margin: 0;
}

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

footer {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	color: #b0b0b0;
}

img {
  	width: 75%;
}

.link-row {
  	display: flex;
	flex-direction: row;
	gap: 10%;
	width: 100vw;
	justify-content: center;
  	align-items: center;
}

.link-icon {
  	display: flex;
  	flex-direction: column;
	justify-content: center;
  	align-items: center;
	gap: 10px;
}

a {
	text-decoration: none;
	color: #0075bf;
}

h1 {
	color: #0075bf;
}

footer a {
	color: #b0b0b0;
}

footer p {
	margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

.open-sans-main {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}