body,ul,p,h3{
    margin: 0;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

a:hover{
    opacity: 0.8;
}