@media only screen and (max-width: 758px){
    .poto1{
        width: 200px !important;
    }
    .poto2{
        width: 200px !important;
        margin-top: 20px !important;

    }
    .btn-outline-success, .btn-info{
        width: 100%;
        margin-right: 0 !important;
    }
    #test{
        font-size: 20px;
    }
    .judul{
        font-size: 30px;
    }
    .marginNav{
        margin-top: 15px !important;
    }
    .cardAtas{
        width: 13rem !important;
        margin: 0 auto !important;
        height: auto !important;
    }
    .cardBawah{
        width: 230px;
        height: 832px;
    }
    .marginAtasKartu{
        margin-top: 1.5rem !important;
    }
    .slide{
        width: 80% !important;
        margin: 0 auto !important;
    }
    #btn1{
        margin-left: 10px;
    }
}

.keTengah{
    margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

h1{
    font-family: 'Lato', sans-serif;
}

body{
    background-color: #92a8d1;
}

.poto1{
    width: 500px;
}

.poto2{
    width: 500px;
}

.navbarWidth{
    width: 100%;
}

.card-text{
    text-align: justify;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #17a2b8;
    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;
}

.panjangKartu{
    height: 800px;
}

.panjangKartu2{
    height: 540px;
}

.btn{
    margin-top: auto !important;
}

.card-text{
    margin-top: auto;
}

.laguTengah{
    text-align: center;
}

.marginBawah {
    margin-bottom: 50px !important;
}