#title {
    font-family: courier;
    color: darkorange;
    font-size: 30px;
}
footer {
    font-family: arial;
    color: darkblue;
    font-size: 15px;
}
p {
    font-family: Helvetica;
    color:red;
    font-size: 15px;
}

h3 {
    font-family: sans-serif;
    color purple;
    font-size: 20px;
}
