.OptionsPanel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.OptionsPanel .TextButton {
    margin: 0.5rem;
    max-width: 20rem;
    min-width: 15rem;
}