body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
}

footer {
    display: none;
}

main {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

header {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

nav-social{
    display: flex;
    justify-content: right;
    padding-right: 7rem;
    margin-bottom: 5rem;
}

.social-links a {
    color: #000;
    font-size: 1.5rem;
    margin: 0 0.3rem;
    text-decoration: none;
    transition: color 0.3s;
    justify-content: center;
}

.social-links a:hover {
    color: #555;
}

.content {
    max-width: 800px;
    width: 100%;
    padding: 0 1rem;
}

nav a.back-home {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 1rem;
}

.date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: -0.3rem;
}

.date-home {
    color: #666;
    font-size: 0.9rem; 
    margin-left: 0.5rem;
}

h1 {
    font-size: 2.3rem;
    margin: 0;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1.2;
}

h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.media {
    margin: 2rem 0;
}

.media img {
    width: 100%;
    height: auto;
    display: block;
}

.media iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures a 16:9 aspect ratio */
}

p {
    line-height: 1.6;
}

@media (min-width: 600px) {
    .content {
        padding: 0 2rem;
    }
}
