body{
    background-color: lightgray;
}
p.Intro{
    color:red;
    font-size: 200%;
    text-align: center;
}
p.t{
    padding: 10 px;
    color: black;
    font-size: 200%;
    text-align: left;
}
span.majuscule{
    padding: 10 px;
    color:red;
    font-size: 400%;
    text-align: left;
}
