img {
  max-width: 100%;
  max-height: 100%;
}

.button {
  border: 0.1em solid black;
  color: black;
  padding: 0.5em;
  text-decoration: none;
}

.button:hover {
  background-color: black;
  color: white;
}
