  body {
      font-family: 'Manrope', cursive;
      margin: 0;
      padding: 0;
      text-align: center;
     background: #74B4DE;
     background: url('assets/images/onboard.png');
     background-size: cover;
    }
    .page-full-wrap {
      margin-top: 48px;
      position: relative;
    }
    .display-image {
      max-width: 150px;
      border-radius: 50%;
      border: 10px solid #f9f5f2;
    }
    .page-title {
      font-size: 24px;
      font-weight: bold;
      margin-top: 16px;
      color: #f9f5f2;
    }
    .page-bioline {
      font-size: 16px;
      margin-top: 12px;
      line-height: 1.4;
      color: #f9f5f2;
    }
    .flex-both-center {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    .page-social {
      margin: 8px;
    }
    .social-icon-fill {
      width: 30px;
      height: 30px;
    }
    .page-item-wrap {
      position: relative;
      margin: 12px auto;
      max-width: 500px;
    }
    .page-item-each {
      text-decoration: none;
      color: inherit;
      border: 3px solid #bfa574;
      border-radius: 24px;
      padding: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
      background: #f9f5f2;
    }
    .link-each-image {
      width: 30px;
      height: 30px;
    }
    .item-title {
      font-weight: bold;
    }