* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
    background-image: url(download.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    color: #19406d;
	text-align: center;
	width: 100vw;
	height: 100vh;
	font-family: sans-serif;
	font-size: 1.5em;
}

#content {
	background-color: rgba(255, 255, 255, 0.51);
	position: absolute;
	top: 438px;
	left: 834px;
	margin-left: -310px;
	margin-top: -127px;
	border-radius: 5px;
	padding: 20px;
	width: 701px;
	height: 231px;
}

#contact {
	text-align: right;
	font-size: 0.7em;
}

#contact a {
	text-decoration: none;
	color: #19406d
}
