body {
    background-color: #028ca0;
}

.main {
    width:calc(98% - 64px);
    max-width:800px;
    margin:auto;
}

.image {
    text-align: center;
    margin:auto;
}

.text {
    color: #EAEAEA;
    text-align: justify;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
}

.copyright{

    color: #EAEAEA;
    text-align: center;
    max-width:400px;
    margin: auto;
    margin-top:32px;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 12px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
}

.link {
    color: #EAEAEA;
    text-decoration: none;
}
.link :active{
    color: #EAEAEA;
    text-decoration: none;
}
.link :visited{
    color: #EAEAEA;
    text-decoration: none;
}