#eventContainer {
  width: 800px;
  height: 550px;
  background-image: url("/art/other/transp2.png");
  position: absolute;
  top: 100px;
  left: 350px;
  border: 3px solid #7a6ce0;
  border-radius: 15px;
}

#eventButtons button {
  font-family: nasalization;
  color: #5d4ec7;
  background-color: white;
  border: 4px solid #7868e6;
  border-radius: 10px;
  opacity: 0.8;
  font-size: 20px;
  margin-top: 10px;
  padding: 5px;
  width: 740px;
  margin-left: 30px;
  margin-right: 30px;
}

#eventButtons button:hover {
  opacity: 1;
}

#eventtext {
  font-size: 20px;
  width: 740px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 10px;
  color: #7868e6;
}

#eventContent{
  position: absolute;
  top: 300px;
}
