#spoils {
  margin: 0;
  position: absolute;
  top: 120px;
  left: 500px;
  width: 550px;
  height: 500px;
  background-image: url("/art/other/transp.png");
  border: 4px solid #7868e6;
  border-radius: 10px;
  justify-content: center;
  padding: 15px;
  color: #7868e6;
}

#threecards {
  /* display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 15px; */
  margin-bottom: 30px;
}
