.email-container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.email-button {
display: flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #ff7eb3, #ff758c);
color: white;
padding: 12px 18px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s, box-shadow 0.2s;
}
.email-button:hover {
transform: scale(1.05);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.email-icon {
width: 18px;
height: 18px;
filter: brightness(0) invert(1);
}
JUANJO HEREU CASANOVES
| Dl | Dt | Dc | Dj | Dv | Ds | Dg |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||

