html {
  scroll-behavior: smooth;
}

p {
  color: #fff;
  font-size: 30px;
  padding: 20px;
}

#ticketButton {
  position: fixed;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  bottom: 30px;
  right: 60px;
  color: #333333;
  text-decoration: none;
  z-index: 2;
}

#ticketButton:hover {
  background-color: #d8b500;
}