body {
    font-family: Arial, sans-serif;
    background-color: #acd3dd;
    margin: 0;
    padding: 0;
    text-align: center;
}
.logo {
    width: 130px;
    position: absolute;
    left: 10px;
    top: 0;
    height: auto;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
header {
    background-color: #67a6b8;
    padding: 10px;
    font-size: 0;
    font-weight: bolder;
}
.header {
     background-color: #67a6b8;
     padding: 20px;
     text-align: center;
     font-weight: bold;
 }
h1 {
    color: black;
    font-size: 30px;
    margin-top: 30px;
}
h2 {
    color: black;
    font-size: 30px;
    margin-top: 30px;
    font-weight: bold;
    text-align: -moz-center;
}
footer{
    background-color: #67a6b8;
    color: black;
    font-size: 30px;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    flex: 1;
    width: 100%;
}
.container {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.container img {
    max-width: 1000px;
    margin-right: 20px;
}
.text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    font-size: 30px;
    text-align: left;
}
img {
    width: 1199px;
    height: auto;
    display: block;
    margin: auto;
}
.info-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}