.f{
    display: flex;
}
.f-j-c{
    justify-content: center;
}
.f-a-c{
    align-items: center;
}
.W12{
    width: 1200px;
}