        body {
            font-family: 'Libre Franklin', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 0.05em;
        }
        h1 {
            color: #009fe3;
            font-size: 36px;
            font-weight: 700;
        }
        h2 {
            color: #009fe3;
            font-size: 24px;
            font-weight: 700;
            margin-top: 1.5em;
            border-bottom: 3px solid #009fe3;
        }
        p {} b,
        strong {
            font-weight: 700;
        }
        i {
            font-style: italic;
        }
        img {
            width: 100%;
            height: auto;
            margin-top: 0.5em;
        }
    }
#navbar {
    position: fixed;
}
    #navbar ul {
        font-size: 16px;
        margin: 0;
        padding: 5px 0;
        list-style-type: none;
        text-align: right;
        background-color: #fff;
    }
    #navbar ul li {
        display: inline;
    }
    #navbar ul li a {
        text-decoration: none;
        padding: .2em 1em;
        color: #009fe3;
        background-color: #fff;
    }
    #navbar ul li a:hover {
        color: #000;
        background-color: #fff;
        border-bottom: 2px solid #009fe3;
    }
  #navbar ul li a:active {
        color: #000;
        background-color: #fff;
        border-bottom: 2px solid #009fe3;
    }
    #content {
        width: 70%;
        margin: 0 15%;
    }
    .big_list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .year {
        color: #009fe3;
        font-weight: 700;
        margin-bottom: 0.1em;
        margin-top: -0.35em;
        border-bottom: 2px solid #009fe3;
        border-top: 2px solid #009fe3;
    }
    .works {
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding-bottom: 0.25em;
        margin-bottom: 0.25em;
        border-bottom: 1px solid #009fe3;
    }
    .image {
        width: 100%;
    }
    .title {
        margin-left: 1em;
        font-weight: 700;
    }
    .description {
        margin-left: 1em;
    }
    .quote {
        background-color: #d5edfd;
        padding: 1.25em;
        margin: 0.5em 1em 1em;
    }
    a {
        text-decoration: none;
        color: #009fe3;
    }
    a:hover {
        color: #000;
        border-bottom: 2px solid #009fe3;
    }
    a:active {
        text-decoration: none;
        color: #009fe3;
    }
   