body {
    background-color: black;
    margin: 0;
    color: white;
    font-family: serif;
    font-size: 1rem;
}

a:link {color: white;}
a:visited {color: lightgrey;}

a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}

.side {
    background-color: darkslategray;
    padding: 12px;
    width: 200px;
    height: 100vh;
    position: fixed;
    overflow-x: hidden;
    
}

.content {
    margin-left: 212px;
    padding: 30px;
}

h1 {
    border-bottom: 1px white solid;
    overflow: hidden;
}

ul, .side ul ul {
    padding-left: 10px;
}

.side ul {
    list-style-type: none;
}

.text {
    max-width: 700px;
}

.cit {
    font-size: 10px;
  vertical-align: top;
}