﻿html {
    box-sizing: border-box;
    height: 100%;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
 

body {
    font-family: Verdana, sans-serif;
    background-color: #D1CBC7;
    color: #F68E14;
    object-fit: cover;
    background-image: url(bilder/hitze.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}  

body .page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;    
}

#bild1 {
    margin: 0 0 10rem 0;
    z-index: 1;
}

#bild2 {
    margin: 4rem 0 0 0;
  z-index: 1;
}