body {
    font-family: "Helvetica", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

blockquote {
    font-style: italic;
    padding: 1.5em;
    border-left: 4px solid #ccc;
    color: #555;
    background-color: #f9f9f9;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 25%;
}

.header {
    width: 100%;
    text-align: center;
}

.header-blurb {
    margin-top: 20px;
}

.links {
    margin-top: 5px;
}

.circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.intro {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.instagram {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.instagram h3 {
    text-align: center;
}

.instagram h4 {
    text-align: center;
}

.youtube-container {
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.youtube-container h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.youtube-container h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 430px) {
    .youtube-container {
        max-width: 400px;
        /* Limit max width for smaller screens */
    }
}