body {
    background-color: coral;
    font-family: Arial, sans-serif;
}

h1 {
    color: rgb(55,50,0);
}

p {
    color: rgb(50,0,100);
}

.box {
    width: 100px;
    height: 100px;
    background-color: rgb(0,100,40);
}