body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #FAF9F6;
    font-size: 24px;
    line-height: 1.5;
    padding: 40px;
    margin: 0;
}

.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: left;
}

.section-header {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

h2 {
    font-size: 2em;
    margin: 0 0 10px;
}

h3 {
    font-size: 1.5em;
    margin: 0 0 20px;
}

h5 {
    font-size: 1.1em;
    margin: 0 0 20px;
}

p {
    margin: 0 0 20px;
    width: 100%;
}

#experience {
    margin-bottom: 30px;
}

.media-content {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    margin: 20px 0;
}

.fnbo-logo {
    max-width: 850px;
    max-height: 300px;
    width: 100%;
    height: auto;
}

a, a:visited {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

a:hover {
    opacity: 0.7;
}

.home-link {
    margin-top: 40px;
    font-weight: bold;
}

.home-link a {
    border-bottom: none;
}

.is-visible {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    body {
        font-size: 20px;
        padding: 20px;
    }

    .content-section {
        max-width: 100%;
    }

    .media-content {
        border-radius: 10px;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
        padding: 15px;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.25em;
    }
}
