@charset "UTF-8";
.flex {
    display: flex
;
    justify-content: center;
}
.flex p {
       width: 90%;
}

.flex img {
    width: 90%;
}