body {
    background-color: rgb(96, 108, 56);
    font-family: Arial, sans-serif;
}

h1 {
    color: rgb(40, 54, 24);
}

p {
    color: rgb(254, 250, 224);
}

.box {
    width: 100px;
    height: 100px;
    background-color: rgb(221, 161, 94);
}