body {
    margin: 0;
    background:#ff6b83;
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  
  canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .logoa {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: 250px;
  }
  .karta {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    max-width: 350px;
  }

  .title {
    position: absolute;
    margin: 0;
    width: 100vw;
    height: 100vh;
  
    font-family: 'Helvetica';
    line-height: 100vh;
    text-transform: uppercase;
    font-weight: lighter;
    color: #ccc;
    text-align: center;
  }