
#linkedSort{
    /* border: 2px salmon solid; */
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
    display: flex;
    white-space: nowrap;
    text-align: center;
}

#linkedSort .sortDiv{
    width: 100%;
    flex: 1;
    padding: 0 .25em;
    
    /* border: 2px solid rebeccapurple; */
}

#linkedSort .sortDiv .header{
    display: flex; 
    max-width: 400px;
    margin: 0 auto;
}

#linkedSort .sortDiv .root{
    height: var(--vh);
}

#showCase {
    margin-bottom: 1em;
    margin: 0 .25em;
    height: 100vh;
    /* width: 100vw;
    height: 100vh;
    overflow-x: hidden; */
}

#showCase div{
    width: 100%;
    height: 100%;
}
