body {
    background-color: beige;
}

p {
    color: green;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px;
    text-align: center;
}

/* Contenedor de Contacto */
.contacto-box {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.contact-card {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
}

h1{
    
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
}


h2 {
    color: coral;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
}

h3 {
    color: cornflowerblue;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-align: center;
}

/* Redes Sociales */
.social-links {
    margin-top: 20px;
}

.social-icon {
    font-size: 35px; /* Tamaño más grande */
    color: #007bff;
    margin: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
    color: #0056b3;
}


/* Estilo de enlaces */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
