@font-face {
    font-family: 'Maarvon Alefalefalef'; /* Choose a name for your font */
    src: url('fonts/noa-shalev-regular-AlefAlefAlef.woff2') format('woff2'),
         url('fonts/noa-shalev-regular-AlefAlefAlef.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

  body {
      background-image: url("comp020.gif");
    }
    body h1 {
    font-family: 'Maarvon Alefalefalef', sans-serif;
    font-size: 4rem;
    text-align: center;
    color: #FFFFFF; /* Red headline color */
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); /* Bold shadow for emphasis */
    margin-bottom: 20px;
}
    body a {
    font-family: 'Maarvon Alefalefalef', sans-serif;
    text-align: center;
    color: #FFFFFF; /* Red headline color */
}
    body p {
    font-family: 'Maarvon Alefalefalef', sans-serif;
    text-align: center;
    color: #FFFFFF; /* Red headline color */
}


