body {
    background-color: aliceblue;
    justify-content: center;
}




.informations {
    color: white;
    width: 520px;
    padding: 40px;
    background-color: rgb(29, 69, 109);

    border-radius: 20px 30px 90px 0px;
}


.uclouvain {
    background-color: azure;
    flex: 1;

    position: relative;
}

img {
    width: auto;
    height: auto;
}


.uclfly {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 350px;
}

.qr {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 200px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}


.ticket {
    width: 950px;
    height: 450px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}