html {
    height: 100%;
}

body {
    max-width: 70em;
    min-height: 100%;
    margin: 0 auto;
    background-color: white;
    display: flex;
    flex-direction: column;
}

header {
    text-align: center;
}

header img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-width: 100%;
    height: 10em;
}

footer {
    margin-top: auto;
    text-align: center;
}

.parallel {
    display: flex;
    flex-direction: row;
}

.parallel > div:last-child {
    margin-left: auto;
}

#chile-continental {
    max-width: 20em;
}
