body {
  font-family: "Times New Roman", Times, serif;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.6;
  background: #ffffff;
  color: #222;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #003366;
  font-weight: bold;
}

nav a:hover {
  color: #ff9900;
}

.profile {
  width: 150px;
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 8px;
}

footer {
  text-align: center;
  margin-top: 40px;
  color: #999;
  font-size: 0.9em;
}

.name-banner {
background-color: rgba(173, 216, 230, 0.15); /* light blue at 15% opacity */
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
