/* Global styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 900px;
  margin: 5px auto;
  padding: 0 20px;
}

/* Section styles */
.section {
  /*background-color: #f9f9f9;*/
 /*background-color: rgba(0, 0, 0, 0.5);*/
  padding: 7px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section h2 {
height: 60px;
display: flex;
justify-content: center; /* Horizontally center content */
align-items: center;
color: #ff9933;
background-color: rgba(0, 0, 0, 0.5);
font-size: 28px;
margin-bottom: 5px;
}

.section p {
  color: #FFFFFF;
    text-align: justify;
    background-color: rgba(47, 79, 79, 0.5);
}