p {
    color: rgb(111, 37, 28);
    font-size: 20px;
}

body {
    background-color: rgb(153, 161, 175);
}

h2 {
    color: blue;
    text-align: center;
}   

li {
    color: rgb(32, 25, 149);
    font-size: 18px;
}