body {
	background-image: url(9c6b114919de2c4b0bc4eeb38f581244.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#464646;
}

div.content {
	color: white;
	margin-top: 15%;
    margin-left: 30%;
	width: 450px;
    text-align: justify;
	font-family: sans-serif;
}

div.full-content {
	color: #000;
	padding: 50px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
    text-align: justify;
	font-family: sans-serif;
	background-color: white;
	border-radius: 10px;
}

h1 {
	font-weight: 400;
    font-size: 4em;
}

a {
	color: white;
}

a:visited {
	color: white;
}

div.full-content a {
	color: #000;
}

div.full-content a:visited {
	color: #000;
}

footer {
	font-size: 12px;
	color: white;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

@media (max-width: 480px) {
	div.content {
		width: 90%;
		margin-top: 45%;
		margin-left: 4%;
	}
}

@media (min-width: 481px) and (max-width: 1124px) {
	div.content {
		margin-top: 45%;
		margin-left: 4%;
	}
}