html {
    font-family: monospace;
}

ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-position: inside;
    list-style-type: "- ";
}

a {
    color: dodgerblue;
    text-decoration: none;
}
