#main {
    border: 1px solid black;
    width: 1000px;
    height: 850px;
    overflow: scroll;
    margin: auto;
    td {
        border: 1px solid grey;
    }
}

.artistlist {
    position: relative;
    ul {
        height: 100%;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
    }
}
