body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    /* background: #4CAF50; */
    /* color: white; */
    text-align: center;
    padding: 1rem;
}

main {
    padding: 1rem;
}

h1, h2 {
    margin-bottom: 0.5rem;
}

section {
    margin-bottom: 1rem;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 1rem;
}

.container {
    max-width: 750px;
    margin: 0 auto;
}

img {
    border-radius: 10px; /* This value can be adjusted to your preference */
}

.grid-video {
    border-radius: 10px; /* This value can be adjusted to your preference */
}

table {
    border-collapse: separate;
    border-spacing: 10px 10px; /* The first value is for horizontal spacing, the second for vertical */
}

.author-list {
    font-size: 14px; /* Adjust the font size as needed */
}
