﻿@charset "utf-8";

body {
    font-family: 'Franklin Gothic Medium', sans-serif;
    text-align: center;
}

main {
    margin: 0 auto;
    max-width: 800px;
}

h1 {
    color: #004C97;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 1em;
    letter-spacing: -0.05em;
}

p {
    font-size: 1.5em;
    margin-bottom: .5em;
    letter-spacing: -0.05em;
}

img {
    width: 100%;
    max-width: 600px;
}