/* Style the body */
body {
    font-family: Arial;
    margin: 0;
    background-color: #fcf8ed;
}

/* Header/Logo Title */
.header {
    padding: 15px;
    text-align: center;
    background: rgba(0, 66, 135, 1);
    background-color: rgba(0, 66, 135, 1);
    color: white;
    font-size: 30px;
}

/* inline text and image */
.container {
    display: flex;
    align-items: center;
    justify-content: center
}

.text {
    font-size: 20px;
    padding-right: 10px;
}

/* Page Content */
.content {padding:20px;}