p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: large;
    font-style: oblique;
    text-align: center;
}
h1{
    text-align: center;
    color: rgb(199, 21, 21);
}
p:hover{
    color: red;
}

a{
    text-decoration: none;
    color: rgb(226, 81, 81);
}
