 body {
  background-image:url("images/Foto 2.JPG");
  background-size:100% 100%;
  font-family:arial,helvetica,sans-serif;
  color:yellow;
 }
 div.box {
  width:50%;
  float:left;
  margin-bottom:50px;
 }
 h1,h2 {
  text-align:center;
 
 }
 h1 {
  color:#D9D4C3;
 }
 img {
  object-fit:cover;
  width:45vw;
  height:45vh;
  text-align:center;
  border:4px solid orange;
 
 }
 
 
 
  div.lieblingsverein {
    width:100%;
    margin-top:10px;
    float:none;
    clear:both;
    
  
  }
  div.lieblingsverein img {
    margin:0px 25% 0px 25%;
  }
 