1/* The header tease
2 the message on the top of the page
3*/
4.header-tease {
5    background-color: darkturquoise;
6    color: #fff;
7    display: block;
8    font-weight: bold;
9    padding: 15px 20px;
10    text-align: center;
11}
12
13/* no padding as in container-fluid*/
14.container-tease {
15    margin-left: auto;
16    margin-right: auto;
17}
18