#lager1 {
    background-color: yellow;
    position: absolute;
    top: 80px;
    left: 50px;
    z-index: 1;
    width: 175px;
    height: 110px;
}
#lager2 {
    background-color: blue;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
    width: 175px;
    height: 110px;
    color: white;
}
#lager3 {
    background-color: green;
    position: absolute;
    top: 50px;
    left: 75px;
    z-index: 0;
    width: 175px;
    height: 110px;
}
#bakgrundsbild {
    background-image: url("photo-1501166222995-ff31c7e93cef (1).jpg");
    position: absolute;
    top: 200px;
    left: 100px;
    width: 350px;
    height: 100px;
    border: 5px solid red;
    text-align: right;
    padding-right: 5px  ;
    background-size:100px ;
}
#gul {
    background-color: yellow;
    letter-spacing: 5px;
}
#överstyrkning {
    text-decoration: line-through;
}