html {
  overflow-y: scroll;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px;
  max-width: 900px;
  margin: auto;
}

img {
  border-radius: 50%;
  width: 100pt;
  height: 100pt;
  float: right;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.social-icons i {
  font-size: 40px;
  margin: 0 10px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-icons i:hover {
  color: #0077b5;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th, td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.top-links {
  display: block;
  text-align: center;
  margin: 1em 0;
  padding: 0;
}

.top-links a {
  color: #8B0000;
  text-decoration: none;
  font-size: 1em;
  margin: 0 5px;
}

.top-links a:hover {
  text-decoration: underline;
}

a:link {
  color: #8B0000;
  text-decoration: none;
  font-size: 1em;
  margin: 0 5px;
}

a:visited {
  color: #8B0000;
  text-decoration: none;
  font-size: 1em;
  margin: 0 5px;
}

/* Focus states for keyboard navigation */
a:focus,
a:focus-visible {
  outline: 2px solid #8B0000;
  outline-offset: 2px;
}

button:focus,
button:focus-visible,
audio:focus,
audio:focus-visible {
  outline: 2px solid #8B0000;
  outline-offset: 2px;
}

/* Skip to content link - visually hidden until focused */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #8B0000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  margin: 0;
  font-size: 1em;
  opacity: 0;
  pointer-events: none;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
  opacity: 1;
  pointer-events: auto;
}

/* Visually hidden but accessible to screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
