body {
    font-family: "Arial", sans-serif;
}

.textbox {
    position: absolute;
    width: 200px;
    height: 130px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin-left: 50px;
    margin-top: 30px;
}

.textbox p {
    margin: 0;
}

#lager-1 {
    z-index: 3;
    left: 50px;
    top: 100px;
    background-color: yellow;
}

#lager-3 {
    z-index: 2;
    left: 85px;
    top: 60px;
    background-color: green;
}

#lager-2 {
    z-index: 1;
    left: 0px;
    top: 0px;
    background-color: blue;
    color: white;
}

.image-container {
    width: fit-content;
    height: 120px;
    width: 500px;
    margin-top: 340px;
    border-style: solid;
    border-width: 5px;
    border-color: red;
    overflow: clip;
    background-image: url("../bilder/woodlong.JPG");
    text-align: right;
    font-size: 20px;
}

.image-container p {
    margin: 0;
    position: relative;
    z-index: 2;
}

#yeltext {
    background-color: yellow;
    letter-spacing: 5px;
}

#stroke {
      text-decoration-line: line-through;
}

.textcontainer {
    max-width: 700px;
}

#span1 {
    margin-left: 40px;
}