p {
color: rgba(2,2,2,.5);
text-shadow: 0 0 1px rgba(2,2,2,.2);
}

a {
text-decoration: none;
color: rgba(2,2,2,.3);
transition: all .25s ease-in-out;
}

a:hover {
text-decoration: none;
color: rgba(2,2,2,.8);
}

#doIt {
background: pink;
width: 100%;
text-align: center;
}
