@import url(../app/style.css);

body {
    background-color: #08090a;
}

.btn {
    background-color: #992726;
}

.character-rounded {
    background-image: url(./img/vbg.png);
    background-size: cover;
    background-position: center center;
}

@media (max-width: 610px) {
    body.home {
        background: #0e0c18 url(./img/vbg.png) no-repeat center 50px;
        background-size: calc(100% - 40px) auto;
        justify-content: flex-end;
    }
}