/*@font-face {
  font-family: 'lores12';
  font-weight: 400;
  src: url('../assets/lores12otremake-webfont.woff2') format('woff2'),
       url('../assets/lores12otremake-webfont.woff') format('woff');
}*/

@font-face {
  font-family: 'courier prime';
  font-weight: 400;
  src: url('../assets/courierprime-regular-webfont.woff2') format('woff2'),
       url('../assets/courierprime-regular-webfont.woff') format('woff');
}


body {
        /*background-color: #fcf5e3;*/
        background-color: #f7f3e6;
        color: black;
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 50px;
        font-family: 'Courier Prime', 'Courier', monospace;
      } 
      
      h1 {
        color: red;
        font-size: 17px;
        line-height: 1;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: 'Courier Prime', 'Courier', monospace;
        font-weight: 400;
      }
    
      h2 {
        color: black;
        font-size: 15px;
        line-height: 1;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: 400;

      }  
      
      h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 1;
        font-weight: 400;
        text-decoration: underline;
      }
      
      p {
        line-height: 1.1;
      }
    
      ul {
        padding: 5px;
        padding-bottom: 10px;
        margin-top: 0px;
        line-height: 1.3;
        list-style-type: none;
      }
      
      p a{
        color: #800080;
      }
      
      p a:hover {
        color: hotpink;
      }
      
      li a {
        color: #800080;
      }

      li a:hover {
        color: hotpink;
      }
      
      div a {
        color: #800080;
      }
      
      div a:hover {
        color: hotpink;
      }
      
      hr {
        border: .5px solid black;
      }
      
      
      
    
    