.container {
  max-width: 800px;
  min-height: 80vh;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px #0000001a;
  color: #5a2d0c;
  line-height: 1.6;
}

h1 {
  margin-top: 16px;
  font-size: 26px;
}

.photo {
  width: 200px;
  height: 300px;
  border-radius: 8px;
  background: #ddd;
  object-fit: cover;
  object-position: top;
}

h2 {
  margin-top: 30px;
  font-size: 20px;
}

ul {
  padding-left: 18px;
}

.contact a {
  color: #0056d2;
  text-decoration: none;
}

@media (max-width: 600px) {
  .photo {
    width: 100px;
    height: 150px;
  }

  h1 {
    font-size: 22px;
  }
}
