.blink {
color: red;
text-decoration: blink;
font-weight: bold;
}  

.noline {
color: blue;
text-decoration: none;
}

.homenoline{
color: blue;
text-decoration: none;
}

.homenoline:hover{
color: firebrick;
text-decoration: blink;
}

.image {
color: #FFE9C1;
text-decoration: none;
}

.home {
color: blue;
text-decoration: none;
margin-left: 20em;
}

.project {
color: blue;
text-decoration: none;
margin-left: 2em;
}

.heading {
color: cornsilk;
background: black;
text-align: center;
display: block;
}

.footer {
color: white;
background: black;
text-align: center;
display: block;
text-decoration: none;
}

.line1 {
margin-left: 7em;
}

.line2 {
margin-left: 4em;
color: blue;
text-decoration: none;
}

.line3{ 
margin-left: 7em;
color: blue;
text-decoration: none;
}

.bird{
text-decoration: none;
color: ivory;
}