p:hover{
    color: rgb(68, 0, 255);
    font-size: x-large;
}
a:hover{
    color: aqua;
}