Fala maravilhosos, aqui coloquei um zoom ao passar o mouse tanto na imagem como nos botoes dos links, alem da cor de fundo nos botões.
.links {
display: flex;
justify-content: center;
gap: 16px;
border: 2px solid #22d4fd;
width: 378px;
text-align: center;
border-radius: 8px;
font-weight: 600;
font-size: 24px;
padding: 21.5px 0px;
text-decoration: none;
color: white;
font-family: "Montserrat", sans-serif;
transition: all 0.3s ease-in-out;
}
.links:hover {
background-color: #37899b65;
transform: scale(1.1);
box-shadow: 0 0 10px #37899b65;
}
.foto-titulo {
width: 300px;
height: 300px;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.foto-titulo:hover {
transform: scale(1.1);
box-shadow: 0 0 15px #37899b65;
}