body{
    
}

header{
    border: 8px solid var(--color-fn1);
    min-height: 350px;
    position: relative;
}

header div{
    border: 10px solid #900;
    min-height: 130px;
    width: 300px;
    
}

header div:last-child{
    max-width: border-box;
    min-height: 250px;
}

#headertext{
    text-align: center;
    position: absolute; 
    right: 300px;
    top: 60px;
    z-index: 10;
    color: black;
    background-color: rgba(240, 240, 240, .4);

}

#headerphoto{
    background-image: url(/images/lada.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;

}