
body {
  	margin: 0;
  	line-height: normal;
  	
}

a{
	text-decoration:none;
	color:unset;
}

*{
	scroll-behavior: smooth;
}

.maps{
	display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.maps img{
	width: 80%;
    border-radius: 29px;
}