/* styles.css */

h1 {
    font-family: Arial, sans-serif;
    color: #333;
}

a[href^="tel:"] {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
