header {
    background-color: black;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: none;
}

h1 {
    color: white;
    text-align: center;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-size: 3rem;
    margin: -3px;
}

body {
    margin-top: 60px;
    background-color: black;
}

.content,p,img,ul,a {
    text-align: center;
    color: white;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 30px;
}

h2,h3 {
    text-align: center;
    color: white;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}