body {
    display: flex;
    flex-direction: column;
    background-color: antiquewhite;
    justify-content:  center;
    align-items: center;
    max-width: 670px;
    margin: 0 auto;
    font-size: large;
    text-align: center;
    padding: 30px;
}

.bold {
    font-weight: bold;
}

.horizontal-panel {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.section-one > div {
    flex-basis: 200px;
    margin: 0 auto;
}
