body {
  background-color: black;
  color: black;
  font: "Garamond", "Georgia";
  font-family: serif;
  font-size:20px;
  color: white;
  margin: 1.5in;
}

.image {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
}

.button {
  padding: 15px 25px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: 2px red;
  color: black;  
  background-color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 9px #999;
  min-width: 0px;
  margin: 20px;
}

.button:hover {
  background-color: #b9b0b0;
}

.button:active {
  background-color: #b9b0b0;
  box-shadow: 0 5px #3e3636;
  transform: translateY(4px);
}

figcaption {
  font-size: 14px;
}

.buttons {
  position: absolute;
  display: flex;
  top: 680px;
  left: 400px;
  justify-content: center;
  min-width: auto;
  padding: 5px;
  margin: 5px;
  gap: 5px;
}

.container {
  position: absolute;
  top: 50px;
  left: 50px;
  max-width: 1000px;
}

a {
  color: #ffffff
}

