body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--primary-backround) !important;
  }

  .container {
    text-align: center;
  }

  .image-placeholder {
    width: 100px;
    height: 100px;
    background-color: black;
    margin: 0 auto 20px;
    border-radius: 8px;
  }

  h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }

  p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 30px;
  }

  .continue-btn {
    display: inline-block;
    background-color: var(--button-primary) !important;
    color: var(--background-lightgrey) !important;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }

  .button:hover {
    background-color: #444;
  }

  .lottie-placeholder {
    width: 250px; 
    height: 250px; 
    margin: 0 auto 20px;
  }
  