.introduction{
    background-color:rgb(217, 198, 245);
    font-family:Arial, Helvetica, sans-serif;
}

.introduction > h1{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color:rgb(221, 251, 240);
}

.introduction > p{
    width: 75%;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color:rgb(216, 252, 252)
}
