@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body
{
    max-width: 500px;
}

img
{
    max-height: 450px;
    max-width: 750px;
    margin-left: 25px;
    margin-bottom: 25px;
}

/* Page Title
 */
h1
{
  font-family: "Amarante", serif;
}

/* Page Sub-Title
 */
h2
{
    font-family: "Amarante", serif;
}

p
{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

p.article-date-time
{
    font-style: italic;
}

p.quote
{
    font-style: italic;
}

a
{
    text-decoration: none;
    color: black;
}

a:hover
{
    text-decoration: none;
    background-color: yellow;
}

a:visited
{
    text-decoration: none;
    color: black;
}

a:visited:hover
{
    text-decoration: none;
    background-color: yellow;
}