* {
  margin: 0;
  padding: 0;
}

body {
  background-color: bisque;
  font-family: 'Poppins', sans-serif;
}

#jumbotron {
  height: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/chermiti-mohamed-37-lm2otkas-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.ayam {
  font-weight: bold;
  font-family: 'Great Vibes', cursive;
}

.cerita {
  margin-top: 30px;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
