html, body {
    background-color: #000522;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: url("../images/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.content{
	width: 100%;
    height: 100%;
	background-image: url("../images/logo.svg");
    background-size: 600px auto;
    background-repeat: no-repeat;
	background-position: top 40% right 50px;
}

.footer a{
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 2.2em;
	color: #1460c6;
	text-decoration: none;
}
.footer a:hover{
	color: #078cfe;
}
 
@media only screen and (max-width: 768px) {
		
	.content{
		background-size: 300px auto;
	}

	.footer a{
		font-size: 1.6em;
	}
}