/* Hide scrollbar - Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar - Firefox */
html {
    scrollbar-width: none;
}

/* Still allow scrolling */
body {
    overflow: auto;
}


.credits p {
    display: inline;
}

#banner-home-img {
    border-radius: 50%;
}
