body {
background-color: rgb(172,201,215);
color: rgb(247, 247, 95);
}
h1 {
    color: rgb(0,16,90);
}
p {
    color: rgb(103,22,48);
}
ul {
    list-style-type: georgian;
}