p {
    font-family: Arial;
}

h1 {
    color: maroon;
}

h2.destination {
    font-family: cursive;
}

h5 {
    color: rebeccapurple;
}

h5,
p {
    font-family: Georgia;
}

.description h5 {
    color: teal;
}

.title {
    color: teal;
}

.uppercase {
    text-transform: uppercase;
}

.publish-time {
    color: gray;
}

.cursive {
    font-family: cursive;
}

.capitalize {
    text-transform: capitalize;
}