html {
    background-color:rgb(150,255,150);
}

img {width:900px;


}

p,li {
    color:oldlace;
    font-size: large;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    text-align: center;
    width: 600px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 0 auto;
    background-color: rgb(138, 99, 190);
    border: 1px inset rgb(42, 156, 177);
    
}
html {
    color: lightblue;
}
body {
    width: 900px;
    background-color: slateblue;
    margin: 0 auto;
}