#banner{
    background-color: yellow;
    text-align: center;
}

header{
    background-image: url(images/town.png);
    background-repeat: no-repeat;
    color: lightblue;
    background-size: cover;
    width: 100%;
}

#banner p{
    color: red;
}