footer#colophon {
    display: none !important;
}
a.my-new-btn {
    background: #f5d6c0;
    padding: 15px;
    text-decoration: none;
    color: black;
}
a.my-new-btn:hover {
    background: #131313;
    padding: 15px;
    text-decoration: none;
    color: white;
}