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

h2{
	text-align: center;
	font-size:20px;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #ffd800;
}

.map{
	width: 100vw;
	height: 80vw;
}

@media screen and (min-width:480px){

.map{	
	height: 40vw;
}

}
