
  h1 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  h2 {
    text-align: center;
    margin: auto;
    color: #ffffff;
    font-size: 23px;
    margin-top: 20px;
    font-weight: 400;
  }

  .flex {
    display: flex;
    align-items: center;
    max-width: 440px;
    gap: 15px;
  }

  .flex img {
    width: 150px;
    margin-top: 40px;
    margin-bottom: 40px;

    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  }

  .flex p {
    font-size: 17px;
    color: #dddddd;
    line-height: 1.5;
  }

  .flex div {
    width: 250%;
    font-size: 17px;
    color: #dddddd;
    line-height: 1.5;
  }

  .flex p.right {
    margin-top: 20px;
    font-size: 15px;
  }

  .right {
    text-align: right;
  }