body {
    background-color: #ebebeb;
}

#wrap {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#titre {
    font-size: 30px;
    font-weight: bold;
}
#logo {
    margin-top: 30px;
    margin-bottom: 30px;
}
#logo img {
    object-fit: cover;
    object-position: center;
}
#slog {
    font-size: 20px;
    font-weight: bold;
    margin: 30px;
}
#code a {
    font-size:  20px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #cea307;
    margin: 30px;
}
#code a:hover {
    color: #fff;
}