html {
    background: url('../images/amelia_bg.jpg') no-repeat;
    background-size: cover;
}

body, html, h1 {
    margin: 0;
    padding: 0;
}

.amelia-bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; 
    z-index: -1; 
}

article {
    color: #fff;
    text-align: center;
    padding: 25vh 0 0 0;
    text-shadow: 3px 3px 0 #000;
}

article h2 {
    font-size: 38px;
}

article p {
    font-size: 32px;
}

header {
    background: #000;
    color: #fff;
    padding: 20px 0 20px 0;
    font-size: 40px;
    text-align: center;
}

footer {
    background: #fff;
    color: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 22px;
    width: 100%;
    padding: 10px 0 10px 0;
}