.Coding{
    font-size:xx-large;
}
body{
    color:aliceblue;
    font-size:150%;
}
.container{
    border: black; 
    height: 100%;
    margin: 0%;
    text-align:center;
}
.smallsize{
    font-size:60%;
    color: red;
}
.fontone{
    font-family:'Courier New', Courier, monospace;
    font-weight: bolder;
    font-size: 165%;
}
.font2{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:large;
    font-stretch: semi-expanded;
}
.hbg{
    background-image:url(i2.webp);
    background-position:center;
    background-size:100%;
    background-repeat:no-repeat;
    height:100vh;
    width:100%;
    margin: 0%;
}
table{
    width: 17%;
    border-radius:5%;
}
input[type="text"]{
    background-color:transparent;
    color:#ffffff;
    font-size: 18px;
    width:16%;
    margin: 0.5rem;
    padding:.8%;
    border-radius:6px;
    border:1px solid #ccc;
}
input[type="file"]{
    padding:.5%;
}
::placeholder{
    color: black;
    font-size: 130%;
}
.header{
        text-align:center;
        margin-top: 50px;
}
.header h1{
    font-size: 2.6rem;
    margin: 10px 0;
}
.header span{
    color: #ff6f61;
}
.header p{
    font-size: 1.1rem;
    color: #c0baba;
}
button{
    font-size: large;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: black;
    width: 17.5%;
    padding:.7%;
    border-radius:6px;
    background-color: #e9736d;
    cursor:pointer;
}
.avatar{
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #888;
      margin-bottom: 15px;
}

.ticket {
    position: relative;
    padding: 30px;
    width: 450px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2e0249, #570a57, #a91079);
    color: white;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.ticket h2 {
    margin-bottom: 20px;
    color: #333;
}
.tear-line {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 390px;
    width: 3px;
    background-image: repeating-linear-gradient(
        to bottom,
        rgb(0, 0, 0),
        rgb(0, 0, 0) 5px,
        transparent 4px,
        transparent 10px
    );
}
.ticket-code {
    position: absolute;
    top: 29%;
    left: 440px;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: left center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 6px;
    opacity: 0.8;
    color: #a29393dd;
}
.qr{
    position: absolute;
    bottom: 15px;
    right: 135px;
    width: 65px;
    height: 65px;
    border: 2px solid white;
    border-radius: 8px;
}
.ticket-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:40px ;
}
.info {
    margin: 10px 0;
    font-size: 15px;
}