.f-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}

.f-grid > * {
  flex: 1 0 5em;
  margin: 0.5em;
}

.typed-cursor {
  font-size: 3em;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url("bg.webp") no-repeat center center fixed;
  background-size: cover;
  color: #ffffff; /* teks jadi putih agar kontras */
  font-size: 16px;
  font-family: Arial, sans-serif;
  transition: 0.5s all ease;
  overflow: hidden;
}

body a {
  color: #ffffff;
  text-decoration: none;
}

body a:hover {
  color: #ffcc00; /* hover lebih kontras */
}

body h1 {
  display: inline-block;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

body h1 a:hover {
  color: #ffcc00;
}

body ul {
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

body ul li {
  display: inline-block;
  font-size: 1.5em;
  margin: 0 5px;
}

body ul li a i {
  color: #ffffff;
  transition: color 0.3s;
}

body ul li a i:hover {
  color: #ffcc00;
}

body #big-ass-title {
  height: 50px;
  font-size: 3em;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

body #sand-king {
  max-width: 960px;
  width: 100%;
  height: auto;
  text-align: center;
}

body #tiramenu {
  text-transform: lowercase;
}

body #tiramenu li:after {
  content: "/";
  position: relative;
  margin-left: 10px;
}

body .epicenter-ish {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .cloak {
  display: none;
}
