body {
  background-color: #7c8483;
  color: black;
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6 {
  color: #a71d31;
}

#title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-container img, .link-image img {
  border-radius: 50%;
}