body {
    background-color: #ffccd5;
}

.header {
    color: #363690;
    font-family: impact;
    font-size: 40px;
}

p {
    font-size: 20px;

    font-family: Arial;
}

h2 {
    color: hotpink;
    font-size: 30px;
    font-family: impact;
}


/*assignment links */
.link {
    color: #363690;
    text-decoration: none;
    font-size: 20px;
      font-family: Bradley Hand;
}

a:link {
    color: hotpink;
    text-decoration: none;
}

a:hover {
    color: #ec328e;
    /*text-decoration: underline;*/
}

a:active {
    color: #950f51;
}
/*********/



