<h1>Make yout donation to the Happy Cats Institution!</h1>
<p>Hello! My name is Rachel and i am the initiator of this project and i would really like you to be part of it!</p>
<a href="https://www.instagram.com"><button class="botao1">Instagram</button></a>
<a href="https://www.youtube.com.br"><button class="botao2">Youtube</button></a>
css:
body{
background-color:#5F9EA0;
}
h1 {
color: white;
text-align: center
}
p {
font-family: verdana; font-size: 20px
}
.botao1{
border: none;
color: black;
padding: 10px 20px
}.botao2{
border: none;
color: black;
padding: 10px 20px;
cursor: pointer;
toda vez que adiciono algo na linha de codigo do botao, parece que os codigos se interferem e não funciona(o codigo roda somente no .botao2)