body {
    background-image: url('secondary.jpg');
    background-size: cover;
    background-position: center;
}

.directions-sectionr {
    background-color: white;
    padding: 40px 20px;
    margin-top: 40px;
    text-align: left;
    justify-content: left;
    background-size: cover;
    background-position-x: left;
    color: maroon;
}