main{}
.sitemap{
    position: relative;
    width: 97.4%;
    height: auto;
    left: 0%;
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.sitemap ol{}
.sitemap li{
    
}
.sitemap a{
    color: black;
    font-weight: 600;
    text-decoration: none;
}
 .sitemap a:hover{
        color: gainsboro;
}