@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300;1,400&family=Dancing+Script:wght@400;600;700&family=Playball&display=swap");

.font-dancing {
  font-family: "Dancing Script", cursive;
}

.font-playball {
  font-family: "Playball", cursive;
}

* {
  font-family: "Open Sans", cursive;
}

.bg-berem {
  background-color: #3a3a3a;
}

.flower {
justify-content: center;
align-items: center;
padding: -10px;
}

.text-berem {
  color: #292929;
}

.bg-wakwak {
  background-color: #323232;
}

.text-wakwak {
  background-color: #111111;
}

.bg-fee {
  background-color: #2a2a2a;
}

.bg-kulit {
  background-color: #363636;
}
 
.fs-100 {
  font-size: 100px;
}

.fs-60 {
  font-size: 60px;
}

.fs-45 {
  font-size: 45px;
}

.fs-40 {
  font-size: 40px;
}

.text-color{
  color: #ffffff;
  text-shadow: 5px 4px 3px black;
}

.scale {
  overflow: hidden;
  transition: 0.5s;
}
.scale:hover {
  transform: scale(1.05);
}

.norek {
  cursor: pointer;
  border: none;
  outline: none;
}

@media (max-width: 640px) {
  h1 {
    font-size: 1.5rem !important;
  }
  #front-image {
    display: none;
  }
  #front-text {
    padding-top: 40%;
    height: 100vh;
    background-image: url(../img/img3-foreground.jpg); background-size: cover;
  }
}

#front-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.pause-button{
  margin-bottom: 200px;
}