.image-separator{
    width: 100%;
    height: 300px;
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../images/corporate.webp);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-separator h1{
    color: white;
    font-family: 'Futura-Book',sans-serif;
    font-size: 3rem;
    text-align: center;
}