.wrapper{
    display: flex;
    flex-wrap:wrap;
}

body {
    background-image: url("lumber.jpeg")
}

p {
    color: green;
}