body {
    background-color: rgb(255, 215, 142);
    height: 3000px;
    background-image: url(https://superkulmedia.imgix.net/media/catalog/product/1/4/143234-stor-tversoversloyfe-til-klovn.jpg?auto=compress,format,strip);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    color: blue;
    text-transform: uppercase;
    text-shadow: 5px 5px 4px violet;
    font-family: Helvetica, Arial;

}

/*Det virker ikke*/
h1 a:hover { 
    color: lightskyblue; 
}

h2 {
    color: red;
    font-variant: small-caps;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 200px;
    border: 3px solid rgb(47, 75, 134);
    margin: auto;
}

p {
    color: lightgreen;
    /*text-align: justify;*/
    background-color: #8f8f8f;
    font-size: 80%;
    width: 400px;
    border: 7px dashed rgb(119, 42, 42);
    margin: auto;
    margin-top: 20px;
    padding: 5px;
}