body {
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #f5f5f5;
  text-align: center;
}

 
.banner {
  background-image: url("images/banner.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #fff;  
  height: 600px;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid white;
  margin-top: -60px;
  object-fit: cover;
  background-color: #fff;
}

.content {
  padding: 24px;
  max-width: 600px;
  margin: 0 auto;
}

.name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}

.description {
  font-size: 16px;
  color: #444;
  margin-top: 8px;
  line-height: 1.6;
}
