h1{

    background-color: cornsilk;
    
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    color:#495916;
    
    text-align: center;
    
    }
    
    .center{
    
    display: block;
    
    margin-left: auto;
    
    margin-right: auto;
    
    height:auto;
    
    }
    
    table,th,td {
    
    width:auto;
    
    margin-left: auto;
    
    margin-right: auto;
    
    border:3px solid;
    
    border-collapse: collapse;
    
    border-color: #b1d182;
    
    padding-left: 10px;
    
    padding-right: 10px;
    
    text-align: left;
    
    color: #b1d182;
    
    background-color: cornsilk;
    
    text-decoration-line: none;
    
    text-decoration-style: none;
    
    text-decoration: none;
    
    }
    
    body{
    
    background-color: cornsilk ;
    
    text-decoration-line: none;
    
    text-decoration-style: none;
    
    text-decoration: none;
    
    }