.container {
  text-align: center;
  margin-top: 100px;
}

h1 {
  color: #333;
}

button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

button:hover {
  background-color: #45a049;
}

#jokeText {
  font-size: 30px;
  margin-top: 50px;
  color: blue;
  background-color: #EBFF78 ;
}

#shareButtons {
  margin-top: 20px;
}
