:root {
  --primary: #b6895b;
  --bg: #eaeaea;
  --bg1: #28c76f;
  --secondary: #000;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg);
  color: #000;
}

/* Navbar */
.navbar a {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s;
}

.navbar a:hover {
  color: var(--bg1);
  text-decoration: underline;
}

/* Stuktur Organisasi */
.menu h2 {
  margin-bottom: 1rem;
}

.menu p {
  text-align: center;
  max-width: 30rem;
  margin: auto;
  font-weight: 300;
  line-height: 1.5;
  margin-top: -10px;
}

.menu .menu-card-price {
  text-align: center;
  max-width: 30rem;
  margin: auto;
  font-weight: 300;
  line-height: 4;
  margin-top: -20px;
}

.menu .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  justify-content: center;
}

.menu .row .menu-card {
  text-align: center;
  padding-bottom: 4rem;
}

.menu .row .menu-card img {
  border-radius: 50%;
  width: 65%;
  border: 1px solid var(--bg1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -20px;
}

.menu .row .menu-card .menu-card-title {
  margin: 1rem auto 0.5rem;
}

/* Footer */
body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding-bottom: 5rem;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0.2;
  width: 100%;
  background-color: #333;
  text-align: center;
  padding: 0.5rem 0;
}

footer .socials {
  padding: 0.5rem 0;
}

footer .histats_counter {
  padding: 1rem 0;
}

footer .socials a {
  color: #fff;
  margin: 1rem;
}

footer .socials a:hover,
footer .links a:hover {
  color: var(--bg1);
}

footer .links {
  margin-bottom: 1rem;
}

footer .links a {
  color: #fff;
  padding: 0.7rem 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

footer .credit {
  font-size: 0.8rem;
  border-radius: 20px;
  margin-bottom: 0.2rem;
}

footer .credit a {
  color: var(--bg1);
  font-weight: 500;
}

footer .credit p {
  color: #fff;
}
