* {
  font-family: "Changa", sans-serif;
  font-weight: bold;
}

button {
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  border: none;
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #45a049;
}

#funnyEvents {
  margin-top: 20px;
  font-size: 22px;
  /* color: #555; */
  color: white;
  padding: 5%;
}

  .background-change {


    background: url(./super.gif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
  }
  