body {
    font-family: 'sylfaenregular', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    padding: 2rem;
    max-width: 800px;
    width: 100%;
}

@font-face {
    font-family: 'sylfaenregular';
    src: url('sylfaen-webfont.woff2') format('woff2'),
        url('sylfaen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

header {
    padding: 1rem;
    text-align: center;
}

nav a {
    margin: 0 1rem;
    text-decoration: none;
}

section {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}

footer {
    text-align: center;
    padding: 1rem;
    bottom: 0;
    width: 100%;
}

.activenav {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.inactivenav {
    color: black;
    text-decoration: none;
}

.backnav {
    font-weight: bold;
    color: black;
    text-decoration: none;
    display: flex;
}

.main-content {
    display: flex;
    align-items: center;
}

.project-content {
    display: flex;
}

.side-image {
    width: 150px;
    height: auto;
    border-radius: 8px;
    margin-right: 1rem;
}

.thumbnail {
    width: 150px;
    height: 100px;
    border-radius: 8px;
    margin-right: 1rem;
    object-fit: cover;
}

.text-content {
    flex: 1;
}

.downloadprompt {
    margin-top: 4rem;
}
.inactivedownload {
    color: #4d4d4d;
    background-color: #adadad;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 130px;
}

.activedownload {
    color: #cfffc3;
    background-color: #59cc6c;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 130px;
}

.gallery-image {
    width: 200px;
    height: auto;
    border-radius: 8px;
    margin-right: 1rem;
    object-fit: cover;
}

.misc-list {
    align-items: center;
    text-align: center;
}
