body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4; /* Unified background color */
    color: #333; /* Unified text color */
    margin: 0;
    padding: 15px; /* Reduced padding */
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    color: #007bff; /* Blue color for main title */
    text-align: center;
    margin-bottom: 15px; /* Reduced bottom margin */
    font-size: 24px; /* Smaller font size */
}

h2 {
    margin-top: 15px; /* Reduced top margin */
    margin-bottom: 8px; /* Reduced bottom margin */
    text-align: center; /* Center alignment */
    color: #555; /* Gray color for subtitles */
    font-size: 20px; /* Smaller font size */
}

h3 {
    color: #007bff; /* Blue color for level 3 subtitles */
    margin-top: 15px; /* Reduced top margin */
    font-size: 18px; /* Smaller font size */
}

.content {
    max-width: 700px; /* Reduced max width for content */
    text-align: left; /* Left alignment */
    background: white; /* White background */
    border-radius: 6px; /* Slightly smaller border radius */
    padding: 15px; /* Reduced padding */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 30px; /* Reduced bottom margin */
}

.charts {
    width: 100%; /* Full width */
    max-width: 700px; /* Reduced max width for charts */
    display: flex; /* Flexbox for aligning charts */
    justify-content: space-between; /* Space between charts */
    margin-bottom: 30px; /* Reduced bottom margin */
}

canvas {
    max-width: 550px; /* Reduced max width for canvases */
    margin: 10px; /* Reduced margin */
    border-radius: 6px; /* Slightly smaller border radius */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Link styles */
a {
    text-decoration: none; /* No underline */
    color: #fff; /* White text color */
    padding: 8px; /* Reduced padding */
    margin: 4px; /* Reduced margin */
    border-radius: 4px; /* Slightly smaller border radius */
}

/* Hover effect for social media buttons */
.boton-facebook:hover, 
.boton-twitter:hover, 
.boton-youtube:hover, 
.boton-instagram:hover, 
.boton-soundcloud:hover, 
.boton-spotify:hover {
    opacity: 0.8; /* Opacity effect on hover */
}

ul {
    list-style-type: disc; /* List type */
    margin-left: 15px; /* Reduced left margin */
    font-size: 14px; /* Smaller font size */
}

ul li {
    margin-bottom: 8px; /* Reduced bottom margin for list items */
}
