body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Source Code Pro', monospace;
    font-size: 0.9em;
}

a, a:visited {
  color: white;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}


div {
    margin: 2em;
}

div.title img {
    width: 15%;
    height: auto;
}

/*
li::before {
    content: ">";
    margin-right: 5px;
}
*/

li {
    
    list-style-type: none;
}