
body {
    background-color: hotpink;
    font-family: arial;
    font-size: 20px;
}
h1 {
    color: rgb(43, 220, 226);
    background-color: rgb(248, 148, 198);
}
h2 {
    color: rgb(255, 217, 0);
}
p {
    text-align: justify;
}