﻿p {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    color: maroon;
}
#canvas {
    position: relative;
    margin: 0 auto;
    width: 650px;
    height: 190px;
    color: maroon;
    font-family: 'Brush Script MT', 'Lucida Calligraphy', Forte, 'Harlow Solid', Arial, sans-serif;
    text-align: center;
}
    #canvas span {
        text-align: center;
        vertical-align: middle;
    }