.headeroncenter {
    text-align: center;
}
body {
    background-color: #39c5bb;
}
.btnonaline {
    display: flex;
    justify-content: space-between;
}
button {
    background-color: darkorange;
    cursor: pointer;
}