.page-header{
    height: 300px;
    width: 100%;
}

.page-header-img{
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
    z-index: -1;
    background: black;
}

.page-header-img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    filter: brightness(0.7);
}

.page-header-title{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header-title h1 {
    color: white;
    text-shadow: 0px 0px 5px black;
}