/*home.css*/

.about-me-main { border-radius: 15px; }

.image-placeholder {
  width: 200px;
  height: 200px;
  background: #eee;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 3px solid #ffd6ea;
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
