body {
    background-color: #f8f9fa;
}

.main-content {
    background: url('../img/pokerbg_generated.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    height: calc(100vh - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*text-align: center;*/
}


.card {
    background-color: rgba(43, 38, 38, 0.8);
    border-radius: 10px;
    margin-top: 50px;
}

footer a:hover {
    color: #007bff;
}