html {
  scroll-behavior: smooth;
   scroll-padding-top: 70px;
}

.Con:hover {
 transform: scale(1.05);
 transition: .2s ease-in-out 0s;
}

.COMDIV {
 margin-left: -20px;
}

.ShowBuildings:hover {
 cursor: pointer; 
}