/* The Close Button */
.M98close {
  position: absolute;
  top: 15px;
  right: 18px;
  color: #f1f1f1;
  background-color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.M98close:hover,
.M98close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
