body {
    font-family: system-ui, sans-serif;
    font-size: 100%;
    line-height: 140%;
    margin: 20px;
}

img.inline-img {
    float: right;
}

h1 {
    margin-top: 0;
    padding-top: 2em;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

h2 {
    font-size: 8vw;
    text-shadow: 10px 10px 5px rgba(0,0,0,0.7);
}

main, footer {
    margin: 1em;
}

figure {
    outline: 1px solid grey;
    width: fit-content;
    height: fit-content;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

header {
    min-height: 50vh;
    background-image: url('../images/austin_healy.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}

section.primary p::first-letter {
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: .25px;
    /* background-image: url('../images/chevrolet.jpg'); */
    background-color: grey;
    background-size: cover;
    padding: .2em;
}