
div{
    background-color: cornflowerblue;
}
#important {
    background-color: crimson;
    color:aliceblue;
    font-size: 26px;
    display: block;
    height: 40px;
}