html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000;
}

/* Top bar */
.topbar {
  background: #ffd700;
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
}

.topbar p {
  padding: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.modal-content {
      background-color: #000000a6;
}

/* Modal text */
.notice {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

/* Buttons */
.actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 12px 30px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}

.btn.allow {
  background: #ffd700;
  color: #000;
}

.btn.deny {
  background: #37b772;
  color: #fff;
}

/* Footer */
footer {
  background: #000;
}

footer a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

/* Mobile */
@media (max-width: 768px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .img-fluid {
    height: 94vh;
    object-fit: cover;
    object-position: center bottom;
  }
}
