body {
    background-color: black;
    background-image: url('/static/images/background-jadedinstinct.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 8px;
}

