.header {
  margin: 50px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.header img {
  margin-left: 100px;
  flex: 1;
  border-radius: 10%;
  max-width: 250px;
  width: 100%;
  height: auto;
}

.prof {
  flex: 2;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.prof h1 {
  font-size: 40px;
}

.motto {
  font-family: "Great Vibes", cursive;
  font-size: 25px;
  color: rgb(83, 83, 83);
}

/* liquidGlass-more */
.more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  gap: 20px;
  padding: 0.6rem;
}

#inner-more {
  height: 100%;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

@media (max-width: 1200px) {
  .header {
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    text-align: center;
  }
  .header img {
    border-radius: 50%;
    padding-top: 150px;
    margin-left: 0;
  }
  .prof {
    padding-left: 0;
    margin-top: 15px;
    align-items: center;
  }
}

.more,
.more > div {
  border-radius: 2rem;
}

/* .more-glass:hover {
  padding: 0.8rem;
  border-radius: 2.5rem;
}

.more-glass:hover > div {
  border-radius: 2.5rem;
} */

.more img {
  width: 35px;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.more img:hover {
  transform: scale(1.3);
  transform-origin: center center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 175px;
}

@media (max-width: 1200px) {
  .content {
    margin-left: 50px;
    margin-top: 300px;
  }
}
