a img {
  border: 2px black solid;
  border-radius: 5px;
  width: 100%;
}

figure img:hover {
  border: 2px orange solid;
  border-radius: 5px;
}

article svg {
  color: rgb(79,44,39);
}
