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