body {
  font-family: Arial, sans-serif;
}

.services {
  padding: 50px;
  text-align: center;
}

.service-link {
  display: block;
  margin: 20px 0;
  text-decoration: none;
  color: #007BFF;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* ukuran popup  */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  /* width: auto; */
  max-width: 90%;
  /* height: auto; */
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
