* {
    margin: 0;
    padding: 0;
  }

  body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    /* background-image: linear-gradient(#3c344483, #4d3b3b99), url("aboutBG.jpeg"); */

    background: rgb(229,228,255);
  background: linear-gradient(90deg, rgba(229,228,255,1) 0%, rgba(255,224,211,1) 100%); 

    width: 100%;
    height: 100%;
    text-align: center;
  }

  #titleSection {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    flex-direction: column;
    width: 100%;
  }

  #titleContainer {
    width: 70%;
    max-width: 1000px;
    text-align: center;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.119);
  backdrop-filter: blur(5px);
    padding-bottom: 30px;
  }

  #titleSection > #titleContainer > h1 {
    padding: 30px;    
    color: rgb(48, 48, 48);
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  font-style: normal;
    text-align: center;
    margin: none;
    padding: none;
    display: block;
  }

  #titleSection > #titleContainer > h2 {
    text-align: center;
    color: rgb(70, 70, 70);
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  font-style: normal;
    text-align: center;
    margin: none;
    padding: none;
    display: block;
  }

  #titleImage {
    max-width: 1000px;
    width: 70%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.619);
    backdrop-filter: blur(10px);  

  }

  #text {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #textContainer {
    border-radius: 30px;
    width: 70%;
    max-width: 1000px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.119);
  backdrop-filter: blur(5px)
    
    ;  }

  #text > #textContainer > p {
    
    padding: 30px;
    word-wrap: break-word;
    text-align: left;
    color: rgb(118, 118, 118);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  font-style: normal;
    margin: none;
    padding: none;
    display: block;
  }

  