@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto Mono', monospace;
    margin: 0 auto;
    background-color: white;
    padding: 1em;
    font-weight: 400;
    font-size: 0.9rem;
}

code {
    background-color: #f4f4f4;
    display: inline-block;
}

a {
    color: inherit;
}

#title {
  text-decoration: none;
}

#title:visited {
  color: inherit;
}

img {
    max-width: 100%;
}
.small-img {
    max-width: 200px;
    height: auto;
}
.wide-img {
    width: 120%;
    margin: 0 auto;
    display: block;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    margin-right: auto;
    font-weight: 500;
    font-size: 1.5rem;
}

.header-right {
    margin-left: auto;
}

.header-right a {
    margin-left: 1em;
}

figcaption {
    display: none;
}

