*{
	margin: 0pt;
	padding: 0pt;
}

a{
	color: #000;
}

body{
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20pt;
	font-weight: bold;
	height: 100%;
}

.h-logo{
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 30pt;
	margin: 20pt auto;
	width: 90%;
}

.content{
	display: grid;
	margin-top: 100pt;
	place-items: center;
}

.footer{
	bottom: 10px;
	font-size: 12pt !important;
	font-weight: normal !important;
	left: 5%;
	position: fixed;
}

.content h1{
	margin-bottom: 25pt;
}

.content h1, .content div, .footer{
	width: 90%;
}

@media (max-width: 1000px){
	body{
		font-size: 16pt;
	}
}