:root {
    --banner-blue: rgb(32, 36, 51);
    --primary-color: rgb(134, 117, 95);
    --secondary-color: rgb(188, 157, 143);
    --light-bg-color: rgb(248, 251, 255);
}

header {    
    background-image: url('/img/banner.jpg');
    background-position: center;
}