#states-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    max-height: 100vh;
}

.state-header-container {
    align-self: center;
    margin-top: 0;
}

#states-list-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

#states-list {
    margin-top: 0;
    position: absolute;
    top: 50%;
}
