.choice-bar-container { display: flex; flex-direction: column; align-items: center; justify-content: center; } .choice-bar-heading { font-size: 1.5em; color: #333; } .choice-bar-button { margin: 5px; padding: 10px; /* background-color: lightseagreen; */ color: #fff; border: 2px solid grey; border-radius: 5px; cursor: pointer; }