ul,
body{
    margin: 0 !important;
    padding: 0 !important;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
*{
    transition: .3s;
}