body {
    font-family: "Instrument Serif", serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #EEE6D8;
    background: #111 url(../images/fundalista-bg-02.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

* {
    box-sizing: border-box;
}

header, footer, img {
    width: 100%;
}

header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    position: absolute;
    bottom: 30px;
}

figure {
    width: 600px;
    margin: 0 auto;
}

h1 {
    margin-top: 25px;
    font-size: 36px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #EEE6D8;
}


@media (max-width: 768px) {
    figure {
        width: 78%;
    }
}

@media (max-width: 500px) {
    h1 {
        margin-top: 15px;
        font-size: 28px;
    }
}