
a:hover {
  color: yellow;
}

a {
  color: black;
  text-decoration: underline;
}

.marker {
  transform: rotate(90deg);
  position: absolute;
  top: 150px;
  left: 975px;
}
