records {
    padding: 25px;
    transition: all 0.5s ease-out;
    animation-name: fadeInOpacity;
    animation-duration: .15s;
    animation-timing-function: steps(cubic-bezier(0.19, 1, 0.22, 1));
}

records select {
    display: block;
    min-width: 250px;
    margin-top: -30px;
    margin-bottom: 15px;
    padding: 3px 5px;
    filter: drop-shadow(0px 2px 6px black);
}

records .wrapper {
    filter: drop-shadow(0px 2px 6px black);
}

records .recordsContainer {
    height: 65vh;
    overflow: auto;
    background-color: whitesmoke;
}

records .recordsContainer .you {
    background-color: antiquewhite;
}
