
.custom-background{
    background-color:lightgrey;
}

.header-image {
    background-image: url("/images/header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}