.topHeader {
    background-color: #5d5d5d;
    height: 31px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

body {
    background-color: #DBDBDB;

}

.socMedNavbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 13px;

    position: absolute;
    width: 130px;
    height: 20px;
    right: 13vw;
    top: 5px;
}

.riau1Logo {
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.search {
    width: 30vw;
    height: 41px;
    border-radius: 10px;
}


.buttonRegister {
    width: 100%;
    height: 38px;
    border: none;
    color: #FFFFFF;
    border-radius: 5px;
    background: #db262d;
}

.usedBy {
    width: 100%;
    height: 38px;
    background: #d9d9d9;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;

    /* Facebook */


    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 84px;
    gap: 10px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.Button {
    width: 110.23px;
    height: 38px;
    border: none;
    color: #FFFFFF;
    /* red */

    background: #db262d;
    border-radius: 10px;
    order: 2;
    flex: none;
    flex-grow: 0;
}

.button-mobile {
    height: 2rem;
    border: none;
    color: #FFFFFF;
    /* red */
    background: #db262d;
    border-radius: 10px;

}

.klikDisini {
    border: none;
    background-color: transparent;
    color: blue;
}

.klikDisini:hover {
    text-decoration: underline;
}


.secondHeader {
    height: 68px;
}

.mobile-navbar {
    display: none;
}

.categoryHeader {
    height: 40px;
    background: #db262d;
}

.categoryText {
    width: auto;
    height: 70%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: transparent;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding-left: 5px;

}


.float {
    display:contents;
    z-index: 1000;
    position:fixed;
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    right: 5rem;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.hov-black:hover {
    color: black;
}

.categoryText:hover {
    color: white;
}

a:link {
    text-decoration: dashed;
}

@media print {
    .tgl {
        left: 1rem;
    }

    .socMedNavbar {
        right: 1rem;
    }

    .secondHeader {
        padding: 0px 1rem 0px 1rem;
    }

    .categoryHeader {
        padding: 0px 1rem;
    }
}

@media only screen and (max-width : 600px) {
    .desktop-navbar {
        display: none;
    }

    .mobile-navbar {
        display: block;
    }

    .float{
        right: 1rem;
        width: 4rem;
        height: 4rem;
    }
}