@media only screen and (max-width: 758px){
    .audio{
        width: 95% !important;
    }
    .poto{
        width: 35% !important;
    }
    .unklist{
        padding-left: 20px !important;
        margin-top: 8px;
    }
}

body {
    background-color: #98FB98;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #072227;
    opacity: 0;
    border-radius: 50%;
    transition: .2s ease-in-out;
    z-index: 20px;
}

/* Untuk memunculkan tombol */
.back-to-top.show {
    bottom: 20px;
    opacity: 1;
}

.back-to-top svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.poto{
    width: 20%;
    margin-top: 1.5rem;
}

.marginLink {
    margin-left: 20%;
}

.navbar {
    vertical-align: top;
    text-align: left;
}

.tentang {
    margin-left: 10%;
}

.tab {
    display: inline-block;
    width: 58px;
}

.tab2 {
    display: inline-block;
    width: 64px;
}

.tab3 {
    display: inline-block;
    width: 69px;
}
