
body{
    min-height: 100px;
    width: 100%;
    background-image: url(gradient.gif);
    background-repeat: no-repeat;
    background-size: 100% auto;
  
  

    text-align: center;
    font-size: 40px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(115, 50, 85);
}

