body {
  font-family: 'rye-regular', Rye;
}

.instagram-btn {
    background-color: #E1306C !important; /* Color característico de Instagram */
    color: white !important;
    border-radius: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.instagram-btn:hover {
    background-color: #C13584 !important; /* Cambia el color al pasar el cursor */
    text-decoration: none;
}