.header .u-photo {
  width: 150px;
  margin-top: 30px;
  border-radius: 50%;
}

article .p-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 30px;
}

article .p-author .u-photo {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 700px) {
  article .p-author {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

.p-name {
  margin-top: 0px;
}

.container {
  margin: auto;
  max-width: 500px;
  padding: 20px;
}
.header, .footer {
  text-align: center;
}

.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav a {
  padding: 0 10px 0 0;
}

#social nav {
  font-size: 25px;
}

#social nav ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#social nav li {
  list-style: none;
  margin: 0 10px 0 0;
}

#social nav li a {
  color: #222;
}
