body{
    background: rgb(250, 229, 160);
    
}

h1{
    color: rgb(134, 28, 184);
    font-style: italic;
    text-align: center;
}

h2{
    color: rgb(168, 95, 236);

}

ul{
   color: rgb(156, 114, 6);
}

li{
    color: rgb(156, 114, 6);
}

b{
    color: rgb(156, 114, 6);
}

i{
    color: rgb(156, 114, 6);
}

a{
    color: rgb(156, 114, 6);
}

strong{
    color: rgb(127, 56, 145);
}
