.logo-img {
    content: url(https://static.viruses.lol/viruseslol.webp);
}

body {
    background-image: url(https://static.viruses.lol/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.app-page {
    opacity: 0.7;
    justify-content: flex-end;
}

.app-content {
    margin-left: 0
}
