:root {
    --banner-blue: rgb(32, 36, 51);
    --primary-color: dodgerblue;
    --secondary-color: crimson;
    --light-bg-color: rgb(248, 251, 255);
}

header {    
    background-image: url('/img/banner.jpg');
    background-position: bottom;
}