.logo {
  position: fixed;
  padding-top: 15px;
}

.loyal {
  padding: 200px 100px 170px 100px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.modal-content {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  width: 80%;
  overflow: scroll;
  max-height: 94%;
}

.close {
  color: #aaa;
  font-size: 20px;
  float: right;
  cursor: pointer;
}

.close:hover {
  color: #000;
}
a:hover {
  cursor: pointer !important;
}

.dpre {
  white-space: pre-line;
  display: block;
}

.dpre img,
.dpre iframe {
  max-width: 100%;
}


@media only screen and (max-width: 1200px) {
  .logo {
    position: fixed;
    padding-top: 6px;
    z-index: 999999;
  }
}
@media only screen and (max-width: 768px) {
  .loyal {
    padding: 100px 100px 100px 100px;
  }
  .logo {
    position: fixed;
    padding-top: 7px;
    z-index: 99999999;
    padding-left: 7px;
  }
  .modal-content {
    width: 98%;
  }
}
