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