@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;1,400;1,500&family=Nunito:ital,wght@0,400;0,500;1,500;0,700;1,400;1,700&display=swap&family=Manrope:wght@400;700&display=swap');
  
b{ font-weight: 600; }
a{ text-decoration: none; color: #286c36; }

body{
	margin:0; 
	padding: 0;
	$font-family: 'Nunito', Neue, Arial, sans-serif;

	font-size: 12pt;
}

.wrapper{
	position: fixed; 
	width:100%; 
	height:100%;
	background-color: #1d1d1b;
	background-image: url(https://vacamorta.com/dev-craega/wp-content/uploads/2023/01/hero-wp.jpg);
	background-size:cover;
	background-position: center;

	display:grid; 
	align-items: center; 
	justify-content: center;
}

.logo{
	width: 150px;
	height: auto;
	margin-bottom: 30px;
}

.content{
	text-align: center;
	font-family: 'Nunito', sans-serif;
	color: #3c1727;
	
	padding: 30px;
	background-color:white;
	
	border-radius: 15px;
	
	width: 100%;
	max-width: 350px;
	
}

.content a{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 12pt;
}

.content h1{
	font-family: 'Spectral', TimesNewRoman , "Times New Roman" , serif;
	font-weight: 400;
	font-size: 12pt;
}



@media screen and (max-width: 760px) {
	
	body{			
		font-size: 10pt;
	}
		

}

@media screen and (min-width: 1921px) {
	body{			
		font-size: 13pt;
	}
}