body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    position: relative;
    color: black;
}

.about-page .background-container {
    background: #ffffff;
}

.about-page .content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 32px 24px 36px;
    color: black;
}

.about-page header {
    margin-bottom: 10px;
}

.about-page header .subheading {
    margin-top: 2px;
}

.about-page main {
    display: grid;
    gap: 12px;
}

.about-page .about-text {
    text-align: left;
    line-height: 1.7;
    font-size: 1.05rem;
}

.about-page .about-text h2 {
    text-align: center;
    margin-top: 40px;
}

.about-page .content-list {
    margin-top: 2px;
}

.about-page .content-list + .content {
    margin-top: 4px;
}

.about-page footer {
    margin-top: 10px;
}

.about-page .cta-button {
    margin: 12px;
}

/* Base styles */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    position: relative;
}

/* Typography */
.name {
    font-size: 4rem;
    text-shadow: none;
    margin-bottom: 20px;
}

.subheading {
    font-size: 2rem;
    text-shadow: none;
    margin-bottom: 30px;
}

.small-text {
    font-size: 0.8rem;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: none;
}

/* Layout */
.background-container {
    position: relative;
    min-height: 100vh;
    overflow: auto;
}

/* Components */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../background_image.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: filter 0.5s ease;
}

.background-image.blurred {
    filter: blur(8px);
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 50px 20px;
    color: black;
}

.content-list {
    margin-top: 50px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin: 10px;
}

.cta-button:hover {
    background-color: #0056b3;
}

.cta-button:visited {
    color: white;
}

/* Utilities */
/* Media Queries */
@media screen and (max-width: 768px) {
    .name {
        font-size: 3rem;
    }
    .subheading {
        font-size: 1.5rem;
    }
}

.name {
    font-size: 4rem;
    text-shadow: none;
    margin-bottom: 20px;
}

.subheading {
    font-size: 2rem;
    text-shadow: none;
    margin-bottom: 30px;
}

.small-text {
    font-size: 0.8rem;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    .name {
        font-size: 3rem;
    }
    .subheading {
        font-size: 1.5rem;
    }
}

.background-container {
    position: relative;
    min-height: 100vh;
    overflow: auto;
}

/* Removed duplicate background-image rule */

.background-image.blurred {
    filter: blur(8px);
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 50px 20px;
    color: black;
}

.content-list {
    margin-top: 50px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin: 10px;
}

.cta-button:hover {
    background-color: #0056b3;
}

.cta-button:visited {
    color: white;
}



.content-overview-button {
display: inline-block;
background-color: #007bff;
color: white;
text-decoration: none;
padding: 15px 25px;
border-radius: 8px;
font-size: 18px;
font-weight: bold;
margin-top: 20px;
transition: background-color 0.3s ease;
}

.content-overview-button:hover {
background-color: #0056b3;
cursor: pointer;
}
