    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-weight: 300;
    }

    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      font-family: sans-serif;
      font-size: 16px;
      color: #646464;
      background-color: #fbfbfb;
      user-select: none;
      -webkit-user-select: none;
    }

    div {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      text-align: center;
    }

    div .logoSVG {
      display: block;
      position: relative;
      margin: 0 auto;
      height: 300px;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    small {
      font-size: 62%;
      color: #86a8c2;
    }