body {
    font-family: Tahoma, Times, Helvetica;
	margin:0;
}

img {
	width:16px;
	height:16px;
}

a:link {
  color: #fcda5d; 
  text-decoration: none;
}

a:visited {
  color: #fcda5d;
  text-decoration: none;
}

a:hover {
  color: #fc9c0a;
  text-decoration: underline;
}

a:active {
  color: red; 
  text-decoration: underline;
}

}
.main {
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.text {
	max-width: 1350px;
    margin: 10px 5px;
    margin-left: auto;
	margin-right: auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    box-sizing: border-box;
    backdrop-filter: blur(2px);
}

#map {
	max-width: 1350px;
	height: 600px;
    margin: 10px 5px;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
}

@media (max-width: 450px) {
		
		img {
		width:14px;
		height:14px;
		}
		
		.text {
		font-size: 13px;
		margin: 5px;
		width: auto;
    }
	    #map {
		 height: 500px;
		 margin: 5px;
    }
	
}
