.christmas-annoucement {
    background-image: url('../images/christmas-background.jpg');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}