h1 {
        text-align:center;
        color:red;
        background-color: yellow;
        font-family: 'comic sans ms';
        font-size: 20pt;
        border-width: 10px;
        border-style: groove;
        border-color: green;
}

