.child0 {
    display: none;
    flex-direction: column;
    position: absolute;
    height:   fit-content;
    justify-content: center;
    align-items: center;
    z-index: 11;
    background: rgba(7, 9, 34, 0.347);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}


.tags-in {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 200%;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
    height:   calc(calc( 100vh * 54.2) / 100);
    justify-content: center; 
    align-items: center;
    z-index: 12;
    
}




#tags {
    transform: scaleX(1.2);
}
#tags:hover{
    transform: scale(1.3);
    transition: transform 30ms linear;
}


.tagBg {
    width: 100%;
    height: 100%;
    background-color: rgb(88, 36, 36);
    opacity: 0.2;
}


 
