body {
    background-color:rgb(93, 155, 93)
}

body {
    font: 75% georgia, sans-serif;
    border-style: dashed;
    padding: 50px;
    background-image:
url("https://media.istockphoto.com/id/1366554103/vector/mint-abstract-watercolor-texture-background.jpg?s=612x612&w=0&k=20&c=4n6PhMM13Uqlb6QVeyu5ayh4rMFoyF3XeleXCddHLCc=");
}
h1 {
   text-align: left;
}
p {
    text-align: left;
}
.locations {
    flex-wrap: wrap;
    display:flex;
}
.locations > li {
    flex-grow: 1;
    width: 50%;
}