@font-face {
    font-family: 'Roboto';
    /* Load variable TrueType font first, then fallback to WOFF2 */
    src: url('../assets/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype'),
         url('../assets/fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    overflow: hidden;
}

canvas {
    display: block;
}

html {
    font-size: 16px;
    line-height: 1.4;
    height: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    background-color: #21D4FD;
background-image: linear-gradient(315deg, #21D4FD 0%, #B721FF 100%);

  }
  
  body {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0;
  }
  
  .info {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 40em;
    padding: 3em 3em;
    border-radius: 0.7em;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  
  @media (min-height: 250px) {
    .info {
      position: absolute;
      left: 0;
      top: 0;
    }
  }
  
    
  h1 {
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
  }
  
  h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
    margin: 0.3em 0 0;
    /* margin-bottom: 2em; */
  }

  p {
    text-transform: uppercase;
color: #ffffffa0
  }
  
