h1{
    color: blue;
    font-family: georgia;
    font-size: 40px;
}

p{
    color: red;
    font-family: times;
    font-size: 25px;
}