.aboutme {
  /* border: 1px solid red; */
  /* display: flex; */
  width: 100%;
  margin: 2rem 0 1.5rem 0;
}

.aboutme h1 {
  font-size: 2.5rem;
  padding: 1rem;
  text-align: center;
  padding: 1rem 1rem 2.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.aboutme div {
  max-width: 1125px;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.aboutme div img {
  width: 250px;
  height: auto;
  float: left;
  margin: 5px 35px 15px 0px;
  /* pentru a face imaginea rotunda si textul pe langa ea */
  shape-outside: circle();
  object-fit: cover;
  border-radius: 50%;
}

.aboutme div p {
  line-height: 1.75rem;
  font-size: 1.45rem;
  text-align: justify;
  /* tab-size: 0.75rem; */
  color: rgba(0, 0, 0, 0.5);
}
