.navigation {
   display: flex;
   justify-content: space-around;
   padding: 10px;
   background: lightblue;
   height: 100px;
} 


.asd, .asd a {
   font-family: "Bitcount Prop Double", system-ui;
   text-align: center;
   font-size: 50px;
   vertical-align: middle;
   text-decoration: none;
   color: black;
   
}

.foot {
   padding:10px;
   background-color:rgb(196, 196, 196);
   color:red;
   text-align:center;
   margin-top:20px;
}
