@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;0,700;1,400&family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  font-family: 'Poppins', sans-serif;
}

body {
  background: url("../img/bg.png") center bottom no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #F9D49B;
  margin: 0px;
}


  
.btnbelum {
  width: 50%;
  color: black !important;
  font-family: Georgia, serif !important;
  border-radius: 10px;
  font-size: 1em;
}
.btnbelum:hover {
  
  color: black !important;

}
.btn {
  /* font-size: 18px; */
  background-color: #FF9900;
  color: black;
  font-weight: bold;
}

.content {
  background-color: wheat;
  width: 100%;
  padding: 30px 100px;
  border-radius: 30px;
  font-size: 20px;
}

.badge {
  text-decoration: none;
}

.badge:hover {
  color: black;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .content {
    /* margin-left: 15px; */
    width: 100%;
    padding: 10px 20px;
  }

  .gambar {
    width: 600px;
    margin-left: -50px;
    margin-top: 200px;
  }
  
}