.Corps {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.Introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Introduction>h1 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 40px;
    line-height: 1.33em;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Introduction>p {
    width: 85%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 25px;
}