body {
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.profile-container {
  max-width: 400px;
  margin: 60px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 32px 24px;
  text-align: center;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.profile-text {
  color: #333;
  font-size: 1.07rem;
  line-height: 1.5;
}

footer{
  font-size: 1rem;
  text-align: center;
}