body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    background-image: url('https://edt.univ-cotedazur.fr/myadebooking/myadebooking/images/background-image.jpg');
    background-size: cover;
}

.title-wrapper {
background-color: #ffffff;
    text-align: center;
    margin: 20px;
    padding: 10px;
}

.title {
background-color: #ffffff;    
color: #0000000;
    font-size: 24px;
    font-weight: bold;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #0080ff;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 16px;
}
