/* Color testing */
h1 {
    color: seagreen;
    font-weight: bold;
}
p {
    color: mediumpurple;
}
