.normalSort{
    height: fit-content;
    margin: 0 1em;
    margin-bottom: 10px;
    text-align: center;
    font-size: clamp(20px, 3vw, 30px);
    color: white;
    /* border: 2px solid yellow; */
    display: flex;
    flex-direction: column;
}

.normalSort .root{
    /* border: 2px solid orange; */
    height: calc(var(--vh) / 2);
}