body {min-height: 100%;
      background-size: cover;
      background-image: url("../bilder/YVR vom Canada Place.jpg");
      background-repeat: no-repeat;
     }
article {text-align: center;
         width: 35%;
         padding: 0;
         border: 0;
         color: navy;
         background-color: rgba(255, 255, 255, 0.0);
         margin: 10% 1%;
         background-image: url("../bilder/YVR Sky Skraper.jpg");
         position: absolute top -150px;
         }
footer {text-align: center;
         width: 35%;
         height: 30%;
         padding: 0;
         border: 0;
         color: navy;
         background-color: rgba(255, 255, 255, 0.0);
         margin: 1%;
         position: fixed top 90%;
         }

.G {float: right;}
.U {float: left;}

h1 {font-size: 48px;
    font: bold;
   }
h2 {font-size: 32px;
    font: bold;
   }
a {font-size: 20px;
  }
.Titel {font-size: 28px;
        font: bold;
}
.Skills {font-size: 30px;
         font: bold;
         color: navy;
}
.Liste {font-size: 24px;
        color: navy;
}