ol, dl, ul {
    color: green;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    /*list-style-image: url('Pandekage\ lækker.jpg');*/
    list-style: square;
}

/* det skulle gøre så billedet blev mindre men det virkede ikke*/
ul li::before {
    height: 10px;
    width: 10px;
    background-size: 10px;
}

dd {
    color: lightpink;
}

a {
    text-decoration: none;
}

h1, h2 {
    text-shadow: 6px 6px 3px plum;
    font-family:'Courier New', Courier, monospace;
    font-size: xx-large;
}