body {
    background-color: rgb(205, 255, 56);
    color:rgb(137, 0, 0)
}
h1 {
    color:rgb(213, 0, 0);
}
p {
    color: rgb(47, 66, 0);
}
ul {
    list-style-type: georgian;
}