#map {                   
	width: 1200px;  

	height: 600px;   
}



.popup h2{
	text-align: center;
}
 
.popup p{
	font-size: 13px;
	margin-top: 5px;
	text-align: left;
}

.popup img{
	width: 300px;
	height: auto;
	margin-top: 5px;
}

.header h1{
	color:white;
	text-align: center;
	font-size: 100px;
}

.header{
     background-color: darkgreen;
	 padding-top: 50px;
	 padding-bottom: 50px;
}

body{
	background-color: rgb(206, 193, 173);
}

.a{
	background-color: white;
	margin: 50px;
	border-left: 5px solid;
	font-size: 30px;
}

.A{
	background-color: white;
	color: green;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}

.B{
	background-color: green;
	color: white;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}

h3{
	font-size: 50px
}

.d h2{
	border-left: 5px solid black; 
	background-color: white;
	font-size:50px
}

.d li{
	font-size: 35px;
}

.d p{
	font-size: 35px
}

.c img{
	height: 300px;
}

button {
	width: 8em;
	height:2em;
	font-size: 200%;
  }

  body {
	font-size: 16px;
	line-height : 1.6;
}

#control {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}
 
#control button {
	width: 50px;
	height: 50px;
	font-size: 24px;
	background-color: rgba(100, 150, 255, 0.3);
	border: 1px solid rgba(100, 150, 255, 0.6);
	color: #333;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s, opacity 0.3s;
	opacity: 0.7;
}
 
#control button:hover {
    background-color: rgb(255, 0, 0);
    opacity: 1;
}

 
.c a{
	font-size: 25px;
}
