 #about{
  position: relative;
  top: -35%;
  font-weight: 400;
  font-size: 24px;
  padding: 20px;
}
#aboutcontent{
  padding: 20px;
}

#pfp{
  position: relative;
  top: -10%;
  background: url(https://deleoxhub.org/Web/images/5e1d13ea37ed1c635a1683dc36bd90d1.webp);
  width: 100px;
  height: 100px;
  background-size: contain;
  border-radius: 100px;
}


#NewsContent{
  display: flex;
  position: absolute;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 125%;
}