* {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

html {
    background-color: #caa182;
}

body {
    background-color: transparent;
}

header {
    text-align: center;
}
header img {
    max-width: 200px;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
