html {
    background-color: hotpink;
}

body {
    margin: 0 auto;
}

#ticket {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
