#absolute1 {
    position: absolute;
    height: 100px;
    width: 180px;
    top: 80px;
    left: 80px;
    background-color: yellow;
    z-index: 3;
  }
  #absolute2 {
    position: absolute;
    height: 100px;
    width: 180px;
    top: 20px;
    left: 50px;
    background-color: blue;
    color: white;
    z-index: 1;
  }
  #absolute3 {
    position: absolute;
    height: 100px;
    width: 180px;
    top: 50px;
    left: 100px;
    background-color: green;
    z-index: 2;
  }
  .topgap {
    margin-top: 210px;
    text-align: right;
    border: 5px solid red;
    width: 500px;
    padding: 8px;
    padding-bottom: 25px;
    line-height: 20px;
    background-image: url("bilder/dragon-8563926_1280.webp");
  }
  .marker {
    background-color: yellow;
    letter-spacing: 14px;
  }
  .lined {
    text-decoration: line-through;
  }
  .tab {
    width: 600px;
    text-indent: 30px;
    }

