body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #fff!important;
    margin-top:30px!important;
}

a:link {
    color:#000;
    text-decoration: none;
}
  
a:visited {
    color:#000;
    text-decoration: none;
}
  
a:hover {
    color:green;
    text-decoration: none;
}

a:active {
    color:#000;
    text-decoration: none;
}
  
a:focus {
    color:#000;
    text-decoration: none;
}