body
{
    background-color: #d5f1ff;
    background-image: url("../images/BgClouds.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;

    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Arial, serif;
}


.filler {
    flex: auto;
}

.centerBox {
    flex: none;
    min-width: 600px;
}

.info-box {
    background: #800000;
    color: white;
    border: solid 2px #800000;
    border-radius: 4px;
    margin: 16px;
    padding: 8px;
    text-align: center;
    vert-align: middle;
}