header a, header a:active, header a:hover {
    text-decoration: none;
    color: #fff;
}
body {
    background: url("../img/bg-links.png") repeat;
}
.botao-links {
    background: #000;
    padding: 20px;
    border: solid 2px #000;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}
.botao-links:hover {
    border: solid 2px #CB1212;
    cursor: pointer;
    color: #CB1212;
    text-decoration: none;
}
.botao-youtube {
    background: #CB1212;
}
.botao-youtube:hover {
    color: #000;
    border: solid 2px #000;
    text-decoration: none;
}
.botao-instagram {
    background: #DD2A7B;
}
.botao-instagram:hover {
    color: #000;
    border: solid 2px #000;
    text-decoration: none;
}
.botao-whatsapp {
    background: #25D366;
}
.botao-whatsapp:hover {
    color: #000;
    border: solid 2px #000;
    text-decoration: none;
    background: #128c7e;
}