#creditbutton {
text-align: center;
background: #000;
font-size: 18px;
padding: 8px;
text-decoration: none;
color: #fff;
}

#creditbutton:hover {
text-decoration: none;
color: #fff;
}

