body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
    .w3-row-padding img {margin-bottom: 12px}
    /* Set the width of the sidebar to 120px */
    .w3-sidebar {width: 120px;background: #222;}
    /* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
    #main {margin-left: 120px}
    /* Remove margins from "page content" on small screens */
    @media only screen and (max-width: 600px) {#main {margin-left: 0}}



    .gambar {
        border: solid ghostwhite;
        border-radius: 15px;
        width: 350px ;
        height: 470px;
    }
    
    .btn-floating {
        position: fixed;
        right: 25px;
        overflow: hidden;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        border: 0;
        z-index: 9999;
        color: white;
        transition: .2s;
    }
    
    .btn-floating:hover {
        width: auto;
        padding: 0 20px;
        cursor: pointer;
    }
    
    .btn-floating span {
        font-size: 16px;
        margin-left: 5px;
        transition: .2s;
        line-height: 0px;
        display: none;
    }
    
    .btn-floating:hover span {
        display: inline-block;
    }
    
    .btn-floating:hover img {
        margin-bottom: -3px;
    }
    
    .btn-floating.whatsapp {
        bottom: 25px;
        background-color: #34af23;
        border: 3px solid #fff;
    }
    
    .btn-floating.whatsapp:hover {
        background-color: #0ed400;
    }
    
    .btn-floating.facebook {
        bottom: 85px;
        background-color: #1876f3;
        border: 3px solid #fff;
    }
    
    .btn-floating.facebook:hover {
        background-color: #1876f3;
    }
    
