#box1 {
    display: flex;
    justify-content: space-around;
}

#vis1 {
    width: 500px;
}

#vis {
    margin-top: 75px;
    text-align: center;
}

#box2 {
    display: flex;
    justify-content: space-around;
}

#clou1 {
    width: 500px;
}

#clou {
    margin-top: 75px;
    text-align: center;
}