body {
    font-size:18px;
    color: #876863;
    background-color: black;
    font-family: Garamond, "Times New Roman"
}

h1 {
    color: white;
    background-color: black;
    text-align: left;
    font-size: 20px;
-}

h2 {color: white;
    background-color: black;
    text-align: center;
    font-size: 16px;
}

.top-right-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column; /* the poem isn't very good. */
  gap: 20px; 
  background-color: none;
  padding: 10px;
  width: 300px; /* optional */
}

.top-right-container:nth-child(2) {
  top: 250px;
  right: 0;
  width: 150px;  
  height: auto;
  border: none; /* keep aspect ratio */
}

.hoverimage:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.small-img {
  border: 3px black;
}





