body {
    background-color: #ffbc00;
    background-image: url("/bees.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: cursive;
}
p{
    width: 95%;
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
    margin-left: 50px;
}
