/* Reset default link styles (optional) */
a {
    text-decoration: none;
    color: inherit;
}
.small-subscript {
    font-size: 0.6em; /* Adjust the font size as needed */
}



/* Style the header */
header {
    background-color: #333; /* Dark background color */
    color: #fff; /* Text color for the header */
    padding: 15px; /* Add padding for spacing */
}

/* Style links (a) and visited links (a:visited) */
a, a:visited {
    color: #000; /* Black color for links */
}

/* Define the @font-face rule */
@font-face {
    font-family: 'Special Elite';
    src: url('fonts/SpecialElite-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/SpecialElite-Regular.woff') format('woff'); /* Older Browsers */
    font-weight: normal;
    font-style: normal;
}

/* Apply the font to the entire page */
body {
    font-family: 'Special Elite', cursive;
    font-size: 15px; /*
}

/* Additional styling for your page */