body {
      font-family: Arial, sans-serif;
      background-color: #f4f8fb;
      color: #333;
      margin: 0;
      padding: 0;
    }

    header {
      background-color: #a020f0;
      color: white;
      padding: 20px;
      text-align: center;
    }

    .container {
      padding: 20px;
      max-width: 800px;
      margin: auto;
    }

    .profile-pic {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #007acc;
    }

    .logo {
      width: 15px;
      height: auto;
      object-fit: cover;
      border-radius: 50%;
  }

    .intro {
      margin-top: 20px;
    }

    footer {
      background-color: #a020f0;
      color: white;
      text-align: center;
      padding: 10px;
      position: fixed;
      width: 100%;
      bottom: 0;
    }
    .justify-text{
      text-align: justify;
      padding: 20px;
      max-width: auto;
      margin: auto;
      
    }
    