img{
    height: 100%;
    width: 100%;
}

figcaption {
    text-align: right;
    font-family: sans-serif;
    font-size: .8rem;
    font-style: italic;
}

body{
    font-size: 1rem;
}

h1{
    text-align: center;
}

a.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
}

a{
    text-decoration: underline;
}

a:visited{
    color: purple;
}