@import url('https://fonts.googleapis.com/css2?family=Germania+One&display=swap')
body {
  background-color: #353733;
 }
 .germania-one-regular {
   font-family: "Germania One";
   font-weight: 400;
   font-style: normal;
   color: black;
 }
 /* Style the top navigation bar */
 .topnav {
   overflow: hidden;
   background-color: #213420;
   font-family: "Germania One";
 }
 
 /* Style the topnav links */
 .topnav a {
   font-family: "Germania One";
   float: left;
   display: block;
   color: #f2f2f2;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
 }
 
 /* Change color on hover */
 .topnav a:hover {
   background-color: #ddd;
   color: black;
 }
 
 /* Style the content */
 .content {
   font-family: "Germania One";
   font-size: xx-large;
   background-color: #b0afaf;
   height:400px;
   padding: 0px;
   background-position: center;
   background-image: url("images/bf109-schwarm.-2.jpg");
   background-repeat: no-repeat;
 }
 
 /* Style the footer */
 .footer {
   background-color: #213420;
   padding: 10px;
 }
 .header{
   font-family: "Germania One";
   float: center;
   width: 100%;
   text-align: center;
   color:#313131;
   background-color: #3E745E;
   padding: 5px;
   font-weight: 900;
 }
 