/*////////////////////////////////
CSS for walkbuy.de
Created     Nov 2020
Updated     Nov 2020
////////////////////////////////*/

html, body {
    height: 100%;
    background-color: black;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 300px;
}

.hide-scrollbar
{
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

@-moz-document url-prefix() {
    html,body{overflow: hidden !important;}
}

::-webkit-scrollbar {
    display: none;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    }

p {
    color: white;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-size: 2vw;
}