body{
    font-family: serif;
    font-size: 20px;
    color: aliceblue;
    background-color: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f0222+60,6d0019+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(143,2,34,0) 0%, rgba(143,2,34,0.6) 60%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(143,2,34,0) 0%,rgba(143,2,34,0.6) 60%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(143,2,34,0) 0%,rgba(143,2,34,0.6) 60%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008f0222', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
     }

p{
font-size: 30px;
border: 3px solid white;
font-family: monospace;
    margin: 40px

    }


