p {

    color: #a3a1ff;
    text-align: center;
    font-style: italic;
}

h1 {
    color: #8987ff;
    text-align: center;
    font-style: italic;
}

h2 {
    color: #8987ff;
    text-align: center;
    font-style: italic;
}

body {
    background-color: #c5c4ff;
}

section {

    background-color: rgb(255, 255, 255);
    padding: 20px;
    margin: 10%;
    border-radius: 22px;
}

figure {

    text-align: center;
}