body {
	font-family: 'Lato', sans-serif;
	background: rgb(20, 20, 20);
	color: rgb(220, 220, 220);
	font-size: 22px;
}

.spacing {    
	margin-top: 100px;
}

.imgbox {
    display: grid;
    height: 100%;
}

.logo {
    max-width: 80%;
    max-height: 80vh;
    margin: auto;
}

.content {
	text-align: center;
	margin: 0 4px;
}

.links {
    font-size: 16px;
}

.links span {
    padding-left: 30px;
    padding-right:  30px;
}

a, a:link, a:visited, a:active {
  color: rgb(255, 255, 255);
}

a:hover {
  color: rgb(200, 200, 200);
}

a:active {
  color: rgb(160, 160, 160);
}