body {
    background-color: black;
}
.page {
    max-width: 600px;
    max-height: 800px;
    margin: auto;
    margin-top: 60px;
    position: relative;
    float: center;
    padding: 10px;
    color: white;
    text-align: left;
    line-height: 20px;
}
#container {
    background-color: black;
    max-width: 600px;
    max-height: 800px;
    margin: auto;
    position: relative;
    float: center;
    padding: 20px;
    border: thin double #ffffff;
    color: white;
    text-align: left;
    line-height: 20px;
}
ul {
  list-style-type: none;
  list-style-position: inside;
}
li:before {
    content: "—";
    display: block;
    float: left;
    width: 1.5em;
    color: white;
}
mark {
    background-color: black;
    color: #dbb9bf;
    
}
mark:hover {
    background-color: black;
    color: #865c63;
    
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #dbb9bf;
    font-style: italic;
}
