@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;600;700&display=swap');

header, footer {
    display: none;
}

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

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

main h1 {
    font-family: Akshar, sans-serif;
    color: #68A8B0;
    font-size: 24pt;
    margin-bottom: 30px;
    text-align: center;
}

main p, main a {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #2b2b2b;
    font-size: 12pt;
    margin: 10px auto;
    text-align: justify;
    text-decoration: none;
    margin: 10px 0;
}

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

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