.card-body {
    text-align: left;
}

a {
    text-decoration: none;
}

h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    background: #cccc;
    padding: 15px;
    width: fit-content;
    display: block;
    margin-right: 0 auto !important;
    margin-left: 0 auto !important;
    margin: 20px auto;
    /* text-align: center; */
    border-bottom-right-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0px;
    background-color: #fee7c3;
}

.glass2 {
    background: rgba(255, 255, 255, 0.26);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 5px solid rgba(255, 255, 255, 0.93);
}

.card {
    border: none;
}

#othergames .card:hover{
        box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
}