@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@font-face {
  font-family: 'Munro';
  src: url('/fonts/Munro.woff2') format('woff2');
  src: url('/fonts/Munro.woff') format('woff');
  src: url('/fonts/Munro.ttf') format('truetype');
  font-display: swap;
}

h1 {
    background-clip: text;
    -webkit-background-clip: text;
    color: white;   
    background-image: linear-gradient(90deg, #ffffff);  
    font-family: 'Press Start 2P', monospace;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

  hr {
    background: linear-gradient(to right, #8D5DA4, #EA428B);
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
  }

  a {
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    color: white;
    text-decoration: none;
  }

  a:hover {
      text-decoration: underline;
  }

  a:active {
    color:lightskyblue;
  }
  
  p {
    font-family: monospace;
  }