/* styles.css */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #333;
}

header {
  background-color: #4CAF50;
  padding: 20px;
  text-align: center;
  color: white;
}

nav a {
  margin: 0 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}


img.profile {
  width: 150px;
  border-radius: 50%;
  display: block;
  margin: 20px auto;
}

footer {
  text-align: center;
  padding: 15px;
  background-color: #eee;
  margin-top: 40px;
  font-size: 0.9em;
  color: #555;
}
ul{
  lislist-style-type: none;
}