body {
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0;
	margin:0;
	font-family: sans-serif;
	background-image: url("whitewater-bg.png");
	background-repeat: repeat-x;
	background-color: #0C0C16;
}

.solong {
	width:75vw;
	background: white;
	text-align:center;
	padding:2em 1em 1em 1em;
	box-shadow: 0 0 0 10px rgba(255,255,255,.25);
}

.visitme {
	padding:1em;
}

img {
	height:1em;
}


a:link {
  text-decoration: none;
    color: #767676;
}

a:visited {
  text-decoration: none;
    color: #767676;
}

a:hover {
    color: #457F96;
}

a:active {
    color: #457F96;
}