*,
:after, 
:before
   {
      box-sizing: border-box;
   }
body
   {
      margin: 0rem;
      padding: 0rem;
      /*
      display: flex;
      justify-content: center;
      */
      min-height: 100vh;
   }
a[href^="mailto:"]  
   {
      word-wrap: break-word;
   }
img,
svg
   {
      max-width: 100%;
      height: auto;
   }
picture
   {
      display: inline;
   } 
figure
   {
      display: inline-block;
      margin: 0rem;
      padding: 0rem;
   }
iframe
   {
      border-width: 0rem;
      border-style: solid;
   } 
hr
   {
      border-style: solid;
      border-width: 0rem;
      border-color: transparent;
      border-bottom-color: black;
      border-bottom-width: 0.1875rem; /* 3px */
      margin: 0rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }   
/* ******************************** */

     
