body, html {
    min-height: 100%;
}
body {
    margin: 0;
    font-family: Tahoma, sans-serif;
    text-align: center;
    background-size: cover;
}
.info {
    padding: 30px;
    background: rgba(255,255,255,0.9);
}
.logo {
    width: 90%;
    max-width: 460px;
    height: auto;
    margin: 0 auto;
}
.tekst {
    padding: 30px;
}
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.flex-item {
    width: 11.111111%;
    height: 200px;
    line-height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}