lang {
    position: fixed;
    bottom: -1.5vw;
    right: 0.5vh;
    
    > lang_icon {
        :hover{
            transform: translateY(-5px);
        };
        > img {
            width: 10vw;
        },
    },
}