body{
    background: #000000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 150%;
      height: 100vh;
    position: relative;
  }
  
  a{
    color: #0471ff;
  }
  
  h1{
    display: none;
  }
  
  svg{
    width: 25vw;
  }
  
  .center {
       margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }