@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
/* This pen */
body {
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  font-weight: initial;
}

.tombol {
    border-radius: 10px;
    background-color: white;
    border: 2px solid #1e79c4;
    color: #1e79c4;
    padding: 10px;
    width: 150px;
    text-decoration: none;
}

.tombol:hover {
    background-color: #1e79c4;
    color: white;
}

.listBuku ul {
    list-style-type: none;
}

.listBuku li {
    float: left;
    margin-bottom: 5px;
}

.menuFooter a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.menuFooter a:hover {
    border-bottom: 2px solid rgb(255, 255, 255, 0.7);
    color: rgb(255, 255, 255, 0.7);
}

.email {
    background-color: white;
    padding: 2px;
    border-radius: 50px;
    width: 50px;
}

.card {
    position: relative;
    width: 200px;
    height: 300px;
    background: #f4f4f4;
    justify-content: center;
    align-items: center;
    display: flex;
    perspective: 100em;
    margin: 25px;
    box-shadow: 30px 40px 40px rgba(0, 0, 0, 0.2);
}

.card p {
  font-size: 1rem;
}
.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: left;
    transition: transform 1s;
    border-radius: 0px 10px 10px 0px;
    font-size: 30px;
    font-weight: bold;
}

.card:hover .cover {
    transform: rotateY(-120deg);
}

.coverFront {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.coverFront {
    background: #f4f4f4;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    color: #333;
}

.coverBack {
    background: #ddd;
    border-radius: 10px 0px 0px 10px;
    transform: rotateY(180deg);
}

.sh_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sh_btn {
    text-decoration: none;
    border: 0px;
    background: #1e79c4;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    margin-top: 10px;
}

.sh_btn:hover {
    text-decoration: none;
    border: 0px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #1e79c4;
    margin-top: 10px;
    border: 1px solid #1e79c4;
}


.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.og-grid li {
  display: inline-block;
  margin: 20px 20px 22px;
  vertical-align: top;
  height: auto;
}

.og-grid li>a {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.og-grid li.og-expanded>a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #2f852c;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}


@media (max-width: 768px) {
    /* #search .cari{
        display:none;
    } */
    #daftar {
        margin-top: 120px;
    }
}