.styled-scrollbars {
    --scrollbar-foreground: orange;
    --scrollbar-background: #000;
    /* Foreground, Background */
    scrollbar-color: blue yellow;
}


.styled-scrollbars::-webkit-scrollbar {
    width: 6px;
    /* Mostly for vertical scrollbars */
    height: 6px;
    /* Mostly for horizontal scrollbars */
}

.styled-scrollbars::-webkit-scrollbar-thumb {
    /* Foreground */
    background: orange;
}

.styled-scrollbars::-webkit-scrollbar-track {
    /* Background */
    background: black;
}





html {
    scroll-behavior: smooth;
}
/*
.rah-menu {
    position: fixed;
    top: 0;
    background: black;
    width: 100%;
    left: 0;
    z-index: 10;
}

.rah-menu ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}

.rah-menu ul a {
    color: white;
    text-decoration: none;
    padding: 16px;
    display: block;
}
*/
body {
    margin: 0;
    background: rgb(23, 25, 35);
    font-family: sans-serif;
}

h1 {
    font-family: "28 days later" !important;
    font-weight: 100;
}

#slogan {
    font-family: "Marck Script" !important;
}