.homepage-cta {
    background-color: #000;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.homepage-cta a {
    color: #fff;
    font-weight: bold;
}
.homepage-cta a:hover {
    text-decoration: underline;
}