body {
    font-family: 'Lexend Giga', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    padding: 20px 0;
    width: 100%;
}

.title {
    font-size: 72px;
    text-align: center;
}

.subtitle {
    font-size: 24px;
    margin-top: 5px;
    text-align: center;
}

.new-subtitle {
    font-family: 'Lexend Giga', sans-serif;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.nav-links a {
    text-decoration: none;
    color: inherit;
}

.nav-links a:hover {
    text-decoration: underline;
}

img {
    width: 75%;
    height: auto;
    margin-top: 40px;
}

.image-caption {
    width: 75%;
    margin-top: 6px;
    font-size: 10px;
    color: #555;
    text-align: right;
    font-style: italic;
}

.email-link {
    margin-top: 20px;
    font-size: 18px;
}

.video-caption {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
}

.page-description {
    font-family: 'Lexend Exa', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}