<style type="text/css">

img.icon {
width: 90%;
height: 90%;
}

img.logo {
width: 100%;
height: 100%;
}

img.2{
 max-width:70%;
}

img.3{
width: 70vw;
  height: 70vh;
 
}



body {
background-image: url(./images/patter.png);
color: aliceblue;
}


body,html{
    height:100%;
    margin:0;
    padding:0;
    
}

iframe{
    border:none;
    overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
    }

#left{
    position:absolute;
    top:0;
    left:0;
    width:400px;
    height:100%;
    overflow-y: scroll;
}

#main_map{
   position:absolute; 
    left:400px;
    right:0;
    top:0;
    height:100%;
    overflow-y: hidden;
    overflow-x: hidden;
}



p {text-align:center;
    
}

p2 {text-align:right;
    
}


.cp_tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: linear-gradient(transparent 100%,);
}
.cp_tooltip .cp_tooltiptext {
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #d8bbf8;
}
.cp_tooltip .cp_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #d8bbf8;
}
.cp_tooltip:hover .cp_tooltiptext {
	visibility: visible;
	opacity: 1;
}

img[usemap] {
    max-width: 80%;
    height: auto;
}
</style>