.header {
  color: var(--color-purple-m);
  display: inline;
  font-family: var(--font-system);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline
}
header {
  background: var(--color-lavender);
  border-radius: 4px;
  clear: both;
  margin: auto;
  padding: 1rem;
  max-width: 300px
}
header::before,header::after {
  color: var(--color-purple-m);
  font-family: var(--font-system);
  font-size: 1rem;
  font-weight: 500
}
header::before {
  content: "Izinkan JavaScript pada setelan situs browser untuk mengakses";
  display: inline
}
header::after {
  content: "Gunakan browser Google Chrome untuk kompatibilitas yang lebih baik.";
  display: block;
  margin-top: 1rem
}
#loadxlaz {
  display: none
}
body {
  overflow: visible;
}