body {
    margin: 0;
    font-size: 1rem;
    font-family: Santander, Arial, sans-serif;;
}

header {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid rgb(212, 212, 212);
}

header, article, footer {
    padding: 15px;
}

section {
    max-width: 1024px;
    margin: 0 auto;
}

figure {
    margin: 20px 0px 0px 0px;
}

footer {
    background-color: #deeef2;
}

.Logo {
    width: 100%;
}

.Section-image--full {
    width: 100%;
    max-height: none;
}
.Section-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 600px;
}

.Error-body {
    font-size: 1.25rem; 
}

.Error-section {
    position: relative;
}

@media only screen and (min-width: 768px) {
    header, footer {
      padding: 10px 40px;
    }

    figure {
        padding: 150px 0px 10px 10px;
    }

    article {
        position: absolute;
    }
}

@media only screen and (min-width: 1024px) {
    .Section-header {
        padding: 0px;
    }
}

@font-face {
    font-family: 'Santander';
    font-display: fallback;
    src: url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Regular.eot?#iefix');
    src: url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Regular.eot?#iefix') format('eot'),
        url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Regular.woff2') format('woff2'),
        url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Regular.woff') format('woff'),
        url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Santander';
    font-weight: bold;
    font-display: fallback;
    src: url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Bold.eot?#iefix');
    src: url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Bold.eot?#iefix') format('eot'),
        url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Bold.woff2') format('woff2'), url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Bold.woff') format('woff'),
        url('https://santandererrormessage.blob.core.windows.net/error-page/SantanderTextW05-Bold.ttf') format('truetype');
}