body {
  background-color: #b578bc;
  color: white;
  font-family: Verdana;
  a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
  }
  hr {
  color: white;
  }
  a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
  }
  a:hover {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
  }
  a:active {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
  }
  .photos1 {
  column-count: 1;
  column-gap: 5px;
  }
  .container {
  max-width: 800px;
  margin: 40px auto;
  }
  .container::after {
  content: "";
  display: block;
  clear: both;
  }
}