html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

h1 {
    margin: 0;
    font-size: 20pt;
}

h2 {
    margin: 0;
    font-size: 16pt;
}

h3 {
    margin: 0;
    font-size: 12pt;
    font-weight: normal;
}

a {
    color: #666666;
}

a:hover {
    color: #333333;
}

.header a {
    color: #ffffff;
    text-decoration: none;
}

.header a:hover {
    color: #ffffff;
}

.title-container {
    float: left;
}

.scroll-down {
    float: right;
    padding-top: 10px;
}

.header h1 {
    color: #ffffff;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.08em;
    font-size: 24pt;
}

.header h3 {
    color: #eeeeee;
    margin-top: 6px;
}

.content {
    width: 800px;
    margin: 100px auto;
}

.section {
    display: flex;
    width: 100%;
    margin-bottom: 100px;
    align-items: center;
    gap: 32px;
}

.col {
    flex: 1;
}

.summary {
    font-size: 12pt;
}

.top-margin-16 {
    margin-top: 16px;
}

.footer {
    background-color: #363636;
}

.footer-content {
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}

.footer-content h2 {
    color: white;
    font-size: 14pt;
}

.footer-content p {
    color: #999999;
    font-size: 10pt;
}

.footer-content a {
    color: #999999;
    font-size: 10pt;
}

.footer-content a:hover {
    color: white;
}
