@charset "utf-8";
/* CSS Document */

html, body {
	background: #1D1D1F;
	font-family: ".SFNSDisplay-Bold", "SFProDisplay-Bold", "SFUIDisplay-Bold", ".SFUIDisplay-Bold", "SF Pro Display", "-apple-system", "BlinkMacSystemFont", sans-serif;
	width: 100%;
	height: 100%;	
	padding: 0; 
	margin: 0; 
}

body {
	overflow-x: hidden;
}

a {
		text-decoration: none;
}


.maps {
	width: 33%;
	height: 90%;
	border: 0;
	border-radius: 2vmin;
	position:absolute;
	right: 6%;
	top:4%;
	float:right;
}

.shrinkedMap {
	width: 33%;
	height: 76.4%;
	border: 0;
	border-radius: 2vmin;
	position: absolute;
	right: 6%;
	margin-top: -3%;
	float: right;
}

img {
	border-radius: 2vmin;
}
