#importantmsg {
    padding: 1em;
    margin: 1em;
    border: 4px red solid;
    background-color: #F8E78C;
}

#importantmsg p {
    font-weight: bold;
    font-size: 110%;
}

#importantmsg h1 {
    font-size: 140%;
}