body {
    
    padding: 0;
    margin:0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 35px;
}

a {
    text-decoration: none;
    color: #313131;
}
div.page-wrapper {
    margin: auto;
    max-width: 775px;
 
    background-color: #f8f7f1;    
    border-radius: 0px 0px 10px 10px;
}

div.flexbox {
    display:flex;
    align-items: center;
    justify-content: center;
}

div.flexbox > div.text {
    max-width: 550px;
    padding:20px;
    text-align: justify;
    font-size: 0.8em;
}

div.flexbox > div.text > div {
    margin-top:15px;
}

div.flexbox > div.image{
    background: url(images/bechere.jpg) no-repeat;
    width: 240px;
    height: 320px;
    padding: 10px;
    margin: 10px;
}

div.footer {
    max-width: 775px;
    margin: auto;
    font-size: 0.7em;
    padding: 10px;
}

div.flexbox > div.copyright {
    max-width: 600px;
    padding-right: 150px;
}

div.flexbox > div.copyright > h2 {
    font-weight: normal;
    margin:0;
    padding:0;
}

div.flexbox > div.copyright > span {
    display: block;
    font-size: 0.8em;

}

div.flexbox > div.copyright > span.ital {
     font-style: italic;
}

div.flexbox > div.img {
    padding: 10px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

div.flexbox > div.img > span {
    margin-bottom: 5px;
    font-size: 0.8em;

}

@media (max-width: 650px) {
    div.flexbox {
        flex-direction: column;
    }

    div.flexbox > div.copyright {
        padding-right: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    div.flexbox.flex {
        flex-direction: row;
    }
}