
html {
  color: #333;
}

.my-picture {
  border-radius: 50%;
  background-color: white;
  background-image: url('../imgs/me-low.jpg');
  background-size: cover;
  background-position: center;
}

.posts a {
  color: inherit;
  text-decoration: none;
}
