.category {
    background: linear-gradient(70deg, white 11.05ch, #dc3545 11ch);
    padding: 5px 5px 5px 10px;
    margin-top: 15px;
}

.category-long {
    background: linear-gradient(70deg, white 19ch, #dc3545 19ch);
    padding: 5px 5px 5px 10px;
    margin-top: 15px;
}

.list-item-content img{
    object-fit: cover;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #666;
}

.thang {
    text-align: center;
}

/*
.category:hover {
    cursor: pointer;
    transform: translate(0,-10px);
}

.btnGame:hover {
    cursor: pointer;
    transform: translate(0,-10px);
}

.navbar-brand {
    text-shadow: 0 0 3px #FF0000;
}
*/

.video {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: auto;
    top:0;
    left:0;
}

.form_area{
    position:relative;
    width: 100%;
    height: 100%;
    background-size: 100% 200%;
    background: radial-gradient(circle at 250% 50%, rgba(255,255,255,0) 40%, #1661C2 100%);
}