img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.avatar {
  width: 400px;
  height: 400px;
}

h1 {
  color: blue;
}

nav {
  display: block;
}
