/* heading 1 + large + center */
h1{
    color: Red;
    text-shadow: 5px 5px 5px gray;
    text-align: center;
    font-size: 50px
}