body:before {
    content: "This is a development and testing environment";
    display: block;
    padding: 40px;
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    background: red;
    color: white;
    /* border-bottom: 4px solid black; */
}
