.tickets {
  background: transparent
    linear-gradient(135deg, #430075 0%, #683bb2 19%, #74daab 100%) 0% 0%
    no-repeat padding-box;

  max-width: 100vw !important;
  min-height: 100vh;
  padding: 0 10%;
}

.tickets-table {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  margin-top: 50px;
}
.ticket-link {
  color: #ff6a6c !important;
  text-decoration: none;
}
.ticket-link:hover {
  color: #bf4e50 !important;
}
