.headerContents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* This stacks your items vertically. Remove if you want horizontal layout. */
}

.menuContents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* This stacks your items vertically. Remove if you want horizontal layout. */
}

.bodyStyle {
    margin-left: 10%;
    margin-right: 10%;
    font-size: large;
    font-family: Georgia;
}

.question {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-bottom: 25px;
}

.mainContent {
    padding-top: 25px;
    padding-bottom: 25px;
}

.comingSoon {
    text-align: center;
    font-size: 48px;
    font-weight: bolder;
    font-family: cursive;
}
.parent-menu-button {
    min-width: unset !important;
}

