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

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

.button {
  
  background-color: white;
  border: none;
  color: black;
  padding: 10px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}


