div.lager1 {
    position: absolute;
    top: 200px;
    left: 100px;
    background-color: yellow;
    height: 100px;
    width: 200px;
}

div.lager2 {
    position: absolute;
    top: 155px;
    left: 120px;
    background-color: green;
    z-index: -1;
    height: 100px;
    width: 200px;

}

div.lager3 {
    position: absolute;
    top: 115px;
    left: 50px;
    background-color: blue;
    z-index: -2;
    height: 100px;
    width: 200px;
}

div.bild {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYf1xBpZDM7G_PLG5JV7OyPP1xZ3SmLk42gQ&s");
    border-color: red;
    border-radius: 20px;
    border-style: solid;
    border-width: 5px;
    width: 50%;
    height: 180px;
    position: absolute;
    top: 330px;
    text-align: right;
}

body {
    background-color: rgb(33, 31, 31);
}

.overstrykning {
    background-color: yellow;
    letter-spacing: 10px;
}

.streck {
    text-decoration: line-through;
}

h1 {
    color: white;
    border-width: 5px;
    border-radius: 25px;
    text-align: center;
    background-color: red;
    margin: auto;
    width: 200px;
    height: 60px;
    padding-top: 20px;

}

div.stycke {
    position: absolute;
    top: 600px;
    color: white;
    text-indent: 50px;
    border-radius: 20px;
    background-color: red;
    width: 50%;
    text-align: center;
}