/* Add styles for the strawberry element */
#strawberry {
    background: url("FruitsBlack.jpg") center/cover no-repeat;
    width: 100%;
    height: 50vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
