body {
  padding-top: 5em;
  padding-left: 50em;
  padding-right: 50em;
  font-family: Georgia;
  color: yellow;
  background-image:url(shrek.jpg); 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 110%;
  background-position-x: 0px;
  }

h1 { font-family: "Times New Roman"; 
     font-size: 100px;
     color: green; }

h2 { color: orange; }

p { font-family: Georgia;
    font-size: 50px;
    text-align: center; }


.flotte { float:right;}

a { font-family:Georgia;
    color: green;}

