body {
  background-color: #f8f9fa;
}

.card {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
  background-color: rgb(255, 255, 255);
  color: rgb(54, 50, 50);
  border-radius: 10px 10px 0 0;
}

.card-body {
  padding: 20px;
}

.navbar {
  margin-bottom: 20px;
}

canvas {
  max-width: 100%;
  height: auto;
}

/* Footer Styling */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  color: black;
  text-align: center;
  padding: 10px 0;
}

.footer a {
  color: black;
  text-decoration: none;
}

.footer a:hover {
  color: rgb(37, 84, 12); /* Warna biru saat hover */
}

/* #qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh; /* Tengah halaman penuh */
/* } */

#qrcode canvas {
  width: 100% !important;
  height: auto !important;
  max-width: 200px; /* Sesuaikan dengan kebutuhan */
  margin: auto;
  display: block;
}
