body {
    background-color: rgba(0, 0, 0, 0.219);
    display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100vh;
      max-width: 600px;
      margin: 0 auto;
      padding: 20px;
  }
  
  .logo {
    max-height: 800px;
    max-width: 350px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
      }

  .slogan {
    color: rgb(20, 20, 20);
    font-size: 18px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
  }

   h1 {
    color: rgb(105, 12, 67);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
       
  }