@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

header, footer {
    display: none;
}

body {
    border-top: 10px solid #f47521;
}

main {
    width: 85%;
    margin: 40px auto;
}

main h1 {
    font-family: 'Maven Pro';
    color: #f47521;
    font-size: 24pt;
    margin-bottom: 30px;
    text-align: center;
}

main p, main a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #2b2b2b;
    font-size: 12pt;
    margin: 10px auto;
    text-align: justify;
    text-decoration: none;
}

img {
    display: block;
    margin: 20px auto;
    width: 600px;
}

figcaption, figcaption a {
    text-align: center;
    font-size: 10pt;
    color: #181818;
}