body {
    background-color: #FAF3E0;
    color: #111111;
    font-family: Georgia, serif;
    line-height: 1.6;
}

h1,
h2,
nav a {
    font-family: Arial, sans-serif;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: -999px;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    background-color: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
}

.container {
    width: 80%;
    margin: 0 auto;
}


header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    background-image: url("logo.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 150px;
    text-indent: -9999px;
}

nav {
    margin-bottom: 20px;
}

.nav-list {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

.nav-list a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.content-image {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

caption {
    font-weight: bold;
    margin-bottom: 10px;
}

th,
td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}