body {
    background-color:burlywood;
    color: rgb(0, 255, 85);
}
h1 {
    color: darkmagenta;
}
p {
    color: rgb(11, 184, 175);
}