.privacy h1{
background-color: blue;
color: burlywood;
}
.privacy p{
    font-size: xx-large;
    color: chartreuse;
}
.privacy span{
    font-size: xx-large;
    color: chartreuse;
    background-color: blue; 
}
.link{
    text-decoration:none;
    color: rgb(243, 13, 13);
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
}
.link:hover{
    color: brown;
    
}