body {
    padding: 100px 100px 0 100px;
}

#status-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#status-bar>div {
    padding: 20px;
}

.header-row-space {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}