    html{
      margin:0;
      padding:0;
      width:100%;
      height:100%;
      display:table
    }

    body{
      font-family: "Lexend", sans-serif;
      background: rgb(0,0,0);
      text-align: center;
      display:table-cell;
      vertical-align:middle;
      width: 70%;

      overflow-y: hidden;

    }

    footer{
      width: 100%;
      position: fixed;
      bottom: 0;
      text-align: center;
    }

    h1{
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 1.75rem;
        letter-spacing: 4px;
        color: #FF4049;
    }

    h3{
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1.45rem;
        letter-spacing: 1px;
        color: #FF4049;
    }

    h2{
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 0.80rem;
        letter-spacing: 5px;
        color:#FF4049;
    }

    svg{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
    }

.footer{
  text-align: center;
  margin-bottom: 0px;
}
