
@charset UTF-8;
  
   article, footer, header, main, nav, section {
   display: block;
   }

   article, footer, header, main, nav, section,
   html,body,h1,h2,h3,ul,li,a,p {
     padding: 0;
     margin: 0;
   }

.watermark {
    position: absolute;
    font-size: 140px;
    text-align: center;
    opacity: 0.2;
    color: red;
    top: 30%;
    right: 6.5%
}


   nav {
     background-color: #20416c;
     padding: 5px;
     margin-top: 1px;
   }

   body {
   }

   main {
   }

   section {
   }

   article {
     float: left;
   }  
   
   aside {
   }


   h2 {
     color: yellow;
   }

   p {
     font-size: 20px;
   }

   li a {
     color: white;
   }

   li {
     display: inline;
     margin-left: 15px;
     margin-left: 15px;
     font-size: 20px;
     font-variant: small-caps;
     font-weight: bold;
   }


