
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}


.header {
  padding: 60px;
  text-align: center;
  background: grey;
  color: black;
  font-size: 50px;
}

html, body {
	color: red;
}


#wrapper {
	width: 800px;
	background: grey url(img/blackbirdheader.png) repeat;
	background-size: contain;
	border: 10px solid black;
	margin: 20px auto;
}

.stanza, #bio  {
font-family: 'Century Gothic', 'Futura', sans-serif;
color: white;
font-size:1em;
text-align: center;
width: 400px;
margin: 10px auto;
background-color: rgba(0,0,0,50%);
padding: 10px;
}

p:first-of-type:first-letter {
	font-size: 150px;
}

h1 {
	text-align: center;
	color: white;
}
#poem {
}

#background {
	background-color: purple;
}

a:link, a:visited {
color: purple;
text-decoration: none;
}

a:hover, a:focus {
color: black;
}

address {
	color: white;
}


aside {
 font-family: 'Century Gothic', 'Futura', sans-serif;
color: red;
font-size:1em;
text-align: left;
width: 400px;
margin: 10px auto; 
}





