#body {
    font-size: large;
}

#message {
    width: 100%;
    text-align: center;
    margin: 3rem auto;
}

#message > span {
    display: block;
    line-height: 2;
}

#navigateurs {
    margin: auto;
}

.navigateur {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 0 2rem;
    align-items: center;
}

.navigateur span {
    padding-top: .5rem;
    font-size: large;
}

img {
    height: 100px;
    width: 100px;
}

a {
    text-decoration: none;
}
