body {
    color: #011126;
}

.background-wallpaper {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100vh;
    z-index: -3;
    background-color: #FFEDD5;
    background-repeat: repeat-y;
    background-size: contain;
}

.background-wallpaper-left-part {
    background-image: url(/images/generic/skeleton/rules-background-wallpaper-left-part.png?version=e18c25d192de3e904fc3589c1e67ae91);
    left: 0;
}

.background-wallpaper-right-part {
    background-image: url(/images/generic/skeleton/rules-background-wallpaper-right-part.png?version=7ab9ae3594b54f6ed5c723b2b0fff705);
    right: 0;
}

.background-image {
    background: url(/images/main-background.png?version=5c955ad6290eaa184f6ba756de169796) no-repeat top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.delimiter {
    margin: 1em auto;
    display: block;
    width: 30em;
    max-width: 100%;
}

.sand-glass {
    position: fixed;
    bottom: 1em;
    right: 1em;
}