body{
background-color: lightslategray;
}

h1 {
color: gold;
text-align: center;
font: bold 48px "Comic Sans MS", "Comic Sans", sans-serif;
}

#container {
background-color: black;
background-image: url("forest-scene-2.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: contain;
border: 5px inset slategray;
margin: auto;
height: 480px;
width: 640px;
position: relative;
}

#teksti {
height: 75px;
width: 600px;
position: absolute;
top: 405px;
left: 20px;
color: white;
font-family: "Lucida Console", Monaco, monospace;
font-size: 12px;
}

footer {
margin: 10px auto;
width: 640px;
color: white;
font-family: "Lucida Console", Monaco, monospace;
font-size: 12px;
}

p {
margin: 5px;
}

ul {
list-style-type: none;
}

li{
display: inline;
}

li::before {
content: "▶";
padding-right: 8px;
}

a:link, a:visited {
color: white;
}

a:hover, a:active {
background-color: white;
color: darkslategray;
}
