html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}
small {
    font-size: 65%;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edblad-logo,
.living-logo {
    width: 200px;
    margin: 15px auto;
}
.message {
    margin: 15px auto;
}
.contact {
    list-style: none;
    padding: 0;
    margin: 15px auto 30px auto;
}
.contact li {
    display: inline;
}
a {
    text-decoration: underline;
    font-size: 65%;
    color: #000;
}