body {
    background-color: #F58546;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100vh;
}

.header {
    background-color: #ffffff0c;
    color: #ffffff;
    padding: 10px;
}

.center-content {
    display: flex;
    align-items: center;
}

span {
    width: 16px;
}

.centered-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center-text {
    text-align: center;
    padding: 16px;
}

body {
    color: white;
}