/* Global */
body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #edf4f7; /* pilih salah satu warna */
  color: #333; /* warna teks */
}

/* Header */
header {
  background-color: #1d2656;
  color: white;
  padding: 20px 50px;
}

.header-text h1 {
  margin: 0;
  font-size: 1.8rem;
}

.header-text p {
  margin: 4px 0 0;
  font-size: 1rem;
}
section.container{
    height: max-content;
}
iframe {
  width: 100%;
  min-height: 1200px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
