/* BEGIN: abpxx6d04wxr */
/* 
    Created on : 17.04.2024, 18:00:00
    Author     : Luma
*/

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

body {
    color: white;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.head-spacer {
    padding-top: 72px;
}

.navbar-trans {
    background-color: rgba(33, 37, 41, 0.95) !important;
}

/* BEGIN: abpxx6d04wxr */
/* Add the following code to make the scrollbar dark */
body::-webkit-scrollbar {
    width: 10px;
    background-color: #333;
}

body::-webkit-scrollbar-thumb {
    background-color: #666;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
/* END: abpxx6d04wxr */

.contentcol {
    text-align: center;
}