body {
    background-image: url('./background_image.webp');
    background-position: center;
    background-size: cover;
}

@media screen and (max-width : 320px) {
    #title {
        font-size: 20px !important;
    }
}

.lgCol,
.title,
#description {
    backdrop-filter: blur(0px) saturate(180%);
    -webkit-backdrop-filter: blur(0px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);

    -webkit-box-shadow: 2px 2px 22px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 22px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 22px -2px rgba(0, 0, 0, 0.75);
}

.form-check-label,
.form-radio-label,
td {
    font-weight: 500 !important;
}

.fa-chess-king,
.fa-chess-queen {
    color: green;
}

.form-control,
.form-check-input {
    background-color: transparent !important;
    border: 1px solid black !important;
    font-weight: 500 !important;
}

.form-check-input:checked {
    background-color: green !important;
}

.form-group {
    margin-bottom: 4px;
}

.formLabel {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
    color: green;
}

.table {
    border-color: black !important;
}