@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300&display=swap');
main {
    text-align: center;
    padding:20% 0 0 0;
}

main img {
    max-width: 90%;;
}

main h2 {
    font-family: 'Signika Negative', sans-serif;
}

main h2 a, main h2 a:visited {
    color: #093
}