body{
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, black, #5d5d5d)
}

.page_image{
    padding: 0;
    margin: 0;
    z-index: 0;
    width: 100%;
    height: 650px;
    background-image:url(https://53motorgroup.co.za/media/images/soc.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position: bottom;
}

.page_image_span {
    width: 100%;
    font-family: verdana;
    font-size: 50px;
    font-weight: bold;
    color: #ff3131;
    display: flex;
    justify-content: center;
    height: 650px;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.image_overlay{
    height: 650px;
    width: 100%;
    background-color: #000;
    opacity: 50%;
    position: absolute;
    z-index: 1;

}

  