body {
    font: 1.1em sans-serif;
    background-color: #f7f8f8;
    width: clamp(35rem, 80%, 55rem);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid #222;
    border-right: 0px solid #222;
    border-bottom: 0px solid #222;
    padding-bottom: 5rem;
}

.menu {
    border-bottom: 2px dotted #222;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

a {
    color: #222;
}

.nav {
    margin: 0.7rem;
    display: grid;
    justify-content: center;
}

ul {
    color: #222; 
    margin-right: 9rem;
    margin-left: 9%;
    margin-top: 0.58rem;
    padding-left: 0;
}

ul li::marker {
    content: "> ";
}

p {
    color: #222; 
    margin-right: 9rem;
    margin-left: 9%;
    margin-top: 0.58rem;
}

div.sourceCode {
    margin-left: 11%;
}


.level1 {
    margin-bottom: 4.5rem;
}

.level2 {
    padding-top: 2.5rem;
    margin-bottom: 2rem;
}

h1,h2 {
    font-family: "Azeret Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;

    color: #f7f8f8;
    background-color: #222;
    padding: 0.5rem;
    word-break: break-all;
    overflow-wrap: break-word;
    overflow: hidden;
    text-transform: uppercase full-width;
    margin: 0rem;
}

h1 {
    width: 6rem;
    height: 6rem;
    float: left;
    margin-right: 1.55rem;
}

h2 {
    width: 4rem;
    height: 4rem;
    float: right;
}

header {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
