
@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%
}


   body {
     background: lightgray;
   }

   main {
   }

   section {
   }

   article {
     horizontal-align: center;
     text-align: center;
     font-size: 42px;
   }  
   
   aside {
   }


   h2 {
     //font-size: 42px;
   }

   h3 {
     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;
   }


