@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@600&display=swap');
body {
    font-family: Libre Franklin, sans-serif;
    font-size: 30pt;
    text-transform: uppercase;
    line-height: 140%;
}
div {
    width: 850px;
    margin: auto;
    margin-top: 100px;
}
a {
    color: #888;
    text-decoration: none;
}
a:hover {
    color: #bbb;
}
