body {
    background-color: white ;
    font-family: 'Wide Latin';
}
@font-face {
    font-family: 'Wide Latin';
    font-style: normal;
    font-weight: normal;
    src: local('Wide Latin'), url('/fonts/LATINWD.woff') format('woff');
    }
    h1 {
        font-size: 60px;
    }
    p {
     font-size: 20pt;
    }
    .cookiebox{ position: relative;
    /*outline:1px solid red;*/
    }

    .message{ position: absolute;
        font-family: sans-serif;
        padding-top: 2%;
      max-width: 500px;
        top: 20%;
        left: 45%;
        width: 31%;
        height: 70px;
        /*outline: 1px solid red;*/
        /*background-color: cadetblue;*/
    
        transform: rotate(-18deg);
    }
    @media (max-width:320px ) {
      h1{ font-size: 30px;

      }  
      p{ font-size: 15px;

      } 
      .message{ 
        width: 50%;
        font-size: 10px;
        line-height: 12px;
        

      } 
    }
    