@font-face {
    font-family: rindualam;
    src: url('../polices/rindualam.eot') format('eot');
    src: url('../polices/rindualam?#iefix') format('embedded-opentype');
   }
   @font-face
   {
    font-family: freshline;
    src: url('../polices/freshline.eot') format('eot');
    src: url('../polices/freshline?#iefix') format('embedded-opentype');
    src: url('../polices/freshline.ttf') format('truetype');
    }
   @font-face
   {
    font-family: ballpark;
    src: url('../polices/ballpark.eot') format('eot');
    src: url('../polices/ballpark?#iefix') format('embedded-opentype');
    src: url('../polices/ballpark.ttf') format('truetype');
   }
   @font-face
   {
    font-family: dayrom;
    src: url('../polices/dayrom.eot') format('eot');
    src: url('../polices/dayrom?#iefix') format('embedded-opentype');
    src: url('../polices/dayrom.ttf') format('truetype');
   }
   
   /*----------------------------------------------------------------------------*/
   
   body
   {
     background: url('../img/parchemin.jpg') fixed no-repeat;
     background-size: cover;
     background-position: center center;
     background-color: black;
     font-family: 'courier new', 'comic sans ms',georgia,impact,'time new roman',
       'trebuchet ms',arial, 'arial black',helvetica,tahoma,verdana,serif;
     font-size: 1.5ex;
     font-weight: normal;
   }
   img
   {
    width: 50%;
   }
   h1
   {
    text-align: center;
   }