
#header{
    width:100%;
    height:65%;
    /* border-bottom: 1px solid #D3D3D3; */
    position:relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



#imagetitle{

    white-space: pre-wrap;
    z-index:0;
    color:white;
    font: bold;
    font-size:6vw;
    max-width:80%;
    padding: 5%;
    background: rgba(100,100,100,0.50);
    border-radius: 20px;
    text-align: center;
}

#headerimage{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
