 body{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        background-color: #CDF0EA;
        text-align: center;
        
    }
    h1,h3{
        color: #00A19D;
    }
hr{
        background-color:none;
        border-style: dotted none none;
        border-color: grey;
        border-width: 4px;
        height: 0px;
        width: 5%;
    }
table{
        margin-left: auto;
        margin-right: auto;
        border: white;
    }
ul{
        list-style: none;
    }
    
ol{
    list-style: none;
}