body {
    background-color: lightgray; /* Bootstrap light grey background color */
}
h1 {
    font-family: 'PT Serif', serif;
    text-align: center;
    color: #495057; /* dark grey color for title */
}
h2 {
    font-family: 'PT Serif', serif;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    color: #495057; /* dark grey color for title */
}
p {
    color: #495057; /* dark grey color for paragraph text */
    text-align: justify;
}
h4.rhetorical {
    font-family: 'PT Serif', serif;
    color: darkblue; /* Bootstrap secondary color for subtlety */
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 30px;
}
.navbar {
    background-color: #000;
    padding: 15px;
    margin-bottom: 0;
}
h1.navbar-brand {
    font-family: 'PT Serif', serif;
    font-size: 48px;
    color: #fff;
    margin: auto;
}
.highlight {
    font-weight: 700;
    color: black; /* Bootstrap primary color for highlighted keywords */
}
.malehighlight{
    font-weight: 700;
    color: orange; /* Bootstrap primary color for highlighted keywords */
}
.femalehighlight{
    font-weight: 700;
    color: green; /* Bootstrap primary color for highlighted keywords */
}
.intro-paragraph {
    padding-top: 0px;
    font-size: 1.2rem; /* Increase the font size */
    font-weight: 500; /* Make the font slightly bolder */
    color: #333; /* Dark text color for better readability */
    background-color: #f8f9fa; /* Light background color to make the paragraph stand out */
    padding: 20px; /* Add some padding to create space around the text */
    border-radius: 8px; /* Round the corners of the paragraph background */
    text-align: justify; /* Justify text to create a clean look */
    text-justify: inter-word; /* Improves spacing between words */
}
#maincontainer{
    padding-top: 1px;
    background-color: #E6F5FF;
}

#boxplot{
    margin-bottom: -35px;
}
.metalhighlight{
    font-weight: 700;
    color: #e85454; /* Bootstrap primary color for highlighted keywords */
}
.energyhighlight{
    font-weight: 700;
    color: #78b4b4; /* Bootstrap primary color for highlighted keywords */
}
.technologyhighlight{
    font-weight: 700;
    color: #b87ca4; /* Bootstrap primary color for highlighted keywords */
}
#sideq{
    padding-bottom: 10px;
}
#credit-container {
    padding: 20px;
}