@charset "utf-8";
/* CSS Document */

main h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 3em;
    text-align: center;
    color:#069;
    text-shadow: 0.05em 0.05em 0.1em #333;
}

main h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8em;
    text-shadow: 0.1em 0.1em 0.2em #666;
}

main figure {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}

main figure img {
    max-width: 100%;
}

main a {
    text-decoration: none;
    font-weight: bold;
    color:#06c;
}
main a:hover {
   color:#069;
}