h1 {
    font-size: 50px;
    color: green;
}
h2 {
    font-size: 35px;
    color: lightseagreen;
}
p {
    font-size:20px;
    color: blueviolet;
}

footer {
    font-size:15px;
    color: darkred;
}