#mf-header {
    width: 100%;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    h2
    {
        font-size: 44px;
        color: #FFF;
        text-shadow: 0px 0px 5px #333; 
    }
    h3
    {
        font-size: 30px;
        color: #FFF;
        text-shadow: 0px 0px 5px #333;  
    }
    .container
    {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }    
}