h1{
    color:blue;
    border-color:green;
    border-width: 6px;
    background-color:yellow;
    border-style: ridge;
    text-align:center;
}
