body {
  background-color: grey;
  padding-top:20px;
}



.bild {
  display: grid;
  width: auto;
  /*align-items: center;*/
  justify-content: center;
  border-radius: 2px;
  border-color: black;


  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

/*
.giff {
    width: 550px;
    height: auto;
    padding-left: 25px;
    }
*/
  /* If the screen size is 601px or more, set the font-size of <div> to 80px */
  @media only screen and (min-width: 601px) {
    .giff {
        width: 600px;
        height: auto;
        padding-left: 25px;
      }
  }

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
  @media only screen and (max-width: 600px) {
    .giff {
        width: 300px;
        height: auto;
        padding-left: 5px;
      }
  }



.datum {
  display: grid;
  align-items: center;
  justify-content: center;

  font-family: 'Press Start 2P', cursive;
  font-size: 80px;
  font-weight: bold;
  color: red;
  text-shadow: 0px 0px 20px darkred;
}
