@font-face {
  font-family: "Cubano"; /* sr 2 font */
  src: url("/fonts/cubano-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background: url('/img/SR_site_background.png') repeat-x center top; 
  background-color: #6ee0b0;
  font-family: Arial, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

h1 {
  font-family: Cubano, Arial, sans-serif;
  font-size: 48px;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  margin-bottom: 10px;
}

.archive-box {
  background: url('/img/SR_site_parchment02.png');
  background-size: 100% 100%;
  padding: 25px;
  border-radius: 10px;
  font-family: Cubano, Arial, sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

tr:hover {
  background: rgba(255,255,255,0.05);
}

a {
  color: #ff6ec7;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ff9de2;
}

.footer {
  text-align: center;
  margin-top: 30px;
  opacity: 0.7;
}