body {
    background-color: rgb(152,251,152);
    font-family: Arial, sans-serif;
}

h1 {
    color: rgb(0,0,139);
}

p {
    color: rgb(102,51,153);
}

.box {
    width: 100px;
    height: 100px;
    background-color: rgb(255,0,0);
}