body{
  margin: 0 auto;
}

p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.1;
    letter-spacing: -0.02em; /* Adjust as needed */
}

p{
  margin: 0;
  padding: 0;
}

.content {
    /*max-width: 600px; /* Adjust as needed */
    margin: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: red;
}

/* Hover effect for email */
.email:hover {
    color: #283fcc;
}

/* Hover effect for phone */
.phone:hover {
    color: #bf2631;
}
