      body{
        background-color: #ebebeb;
        background-image:url('images/background.png') ;
        background-size: cover;
        font-family: Times New Roman, Georgia, serif ;
        font-size:13pt;
        color:#333;
        margin: 0px auto;
        padding:0px;
      }
      
     div{
      background: #f4f4f4;
      width: 450px;
      height:400px
      color: #888;
      padding: 100px 
      margin: 0px auto;
      }
      
      a{
        color: violet;
        text-decoration: underline;
      }
      
      a:hover{
        color: purple;
        text-decoration: bold;
        }
        