html, body {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.card {
    background-color: rgba(255, 255, 255, 0.95);
}

.card img {
    max-width: 50%;
}
