.language{
    align-items: center;
    /*justify-content: space-between;*/
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.322);
    width: 98px;
    height: 35px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 2px;
}

