*,
*::before
*::after{
    box-sizing: inherit;
}

body {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #002244;
}

main {
    max-width: 35rem;
    margin: 3.75rem auto 0 auto;
}

p{
    line-height: 150%;
}

img {
    max-width: 100%;
}