body{
  background: linear-gradient(135deg, #ff006e 0%, #ffbe0b 50%, #ff006e 100%);
}
.fe-fest-ticket-container {
      background: url('../img/ticket-background.png') no-repeat;
      background-size: cover;
      width: 400px;
      height: 600px;
      display: flex;
      justify-content: center;
      
    }

    .ticket-content-container {
      width: 90%;
      height: fit-content;
      background-color: #fff;
      border: 2px solid #000;
      margin-top: 90px;
      padding: 16px 0px;
      font-size: 12px;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
    }

    .ticket-content-container table img{
      width: 100px;
    }
    .ticket-content-container table{
      border-collapse: separate; 
      border-spacing: 8px; 
    }
    .ticket-content-container table td{
      margin: 0;
      padding: 0;
    }
    .ticket-content-container table td span{
      color: #717171;
    }
