body {
    background-color: #0e080b;
    color:antiquewhite;
    font-family: sans-serif;
}

.emblem {
    width: 30vh;
    height: 30vh;
    background-image: url('/static/img/logo_v1.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
    user-select: none;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}