@charset "utf-8";


body{
    text-align: center;
}

.flex{
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: auto;
}