body{
    background: rgb(244, 255, 221) url("img/daisy.jpeg") no-repeat center fixed;
    background-size: 300px;
    font-family: sans-serif;
}

p {
    color: rgb(0, 68, 0);
    background-color:rgb(248, 248, 242);  
    padding: 16px;
}

.special {
    color:bisque;
    background-color:rgb(93, 127, 93);
    font-size: 18px;
    font-family: cursive;
    margin: 30px;
}