@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Truculenta:opsz,wght@12..72,100..900&display=swap');

.truculenta {
  font-family: "Truculenta", sans-serif;
  font-optical-sizing: auto;
}
.oswald{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.oswald-title {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.btn-delete{
  background-color: transparent!important;
  border-color: transparent !important;
}
.bg-pastel1{
  background-color: #efeeeb !important;
}
.bg-pastel2{
  background-color: #cfc7d1 !important;
}
.pesan{
  position: absolute!important;
  left:50%;
  top:75px;
  transform: translate(-50%);

}
.bg-cover{
  background: linear-gradient(to left, rgba(70, 43, 70, 0.5), rgba(51, 35, 54, 0.5)),url(../images/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rounded-border {
            border-radius: 25px 25px;
            background: #e9d1ef;
            padding: 30px;
            width: 100%;
            height: auto;
        }

.pertanyaan{
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.riwayat{
  font-size: 12px!important;
  font-weight: 500!important;
}
input[type=radio].rdo-pilihan {
      width: 20px;
      height: 20px;
      margin-top:2px;
    }

.moving-div{
margin-top:100px;
    animation-name: move;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes move {
    0% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(-10%);
    }
}

@media (min-width: 992px) {
    section {
        padding-top: 4.7rem!important;
        padding-bottom: 6.5rem!important;
    }
}