a{
    text-decoration: none;
    
}

ul{
    text-align: center;
}

a:visited{
    color: red;
}

p:hover{
    color: blue;
    
}

h1:active{
   color: red;
}