@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400;1,700&subset=latin,latin-ext&display=swap');

body {
  font-family: 'Public Sans', Arial, sans-serif;
  line-height: 1.40;
  padding: 10px;
}

a {
  outline: none;
  text-decoration: none;
  color: #1f618d;
}
a:hover, a:focus {
  color: #be0f34;
}

table {
  border-collapse: collapse;
}
th, td {
  padding: 0.2rem 0.25rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid black;
}

email::after {
  content: attr(domain);
}
email::before {
  content: attr(user) "\0040";
}
