@import url("https://fonts.googleapis.com/css?family=Merriweather");

main
{
    width: 100%;
    box-sizing: border-box;
    max-width: 750px;
    padding: 20px;
    margin: auto;
}

.info
{
    display: flex;
    justify-content: space-between;
}

.info a
{
    font-weight: bold;
}

.info a:before
{
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
    margin-right: 10px;
}

article
{
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

article p, li
{
    font-family: Merriweather, serif;
    font-size: 0.9em;
    line-height: 1.5;
    color: dimgray;
}

article li
{
    margin-bottom: 6px;
}

article h2
{
    font-size: 1.2em;
}

article a:hover
{
    text-decoration: underline;
}

article img
{
    max-width: 100%;
}

figure
{
    margin: 0;
    text-align: center;
}

figcaption
{
    color: grey;
    font-size: 0.8em;
}

.video
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 6px;
}

.video iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
