body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.half-window {
    max-width: 50%;
}

.center-on-screen {
    min-height: 100vh;
}

.move-center {
    text-align: center;
}

.padded {
    margin: 10px;
}

.center-in-item {
    vertical-align: middle;
}

.button-flex {
    color: #69207e;
    background: white;
}

.scrollable-menu-container {
    display: block;
    height: calc(200px + 30px); /* height of scrollable menu plus line height */
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.separateme {
    position: absolute;
    top: 290px; /* push to bottom */
}
