/* Style the About page paragraph */
.about-content p {
    font-size: 1.2rem; /* Adjust the font size as needed */
    line-height: 1.5; /* Adjust line height for readability */
    color: #ab5dee;/* Joker-themed yellow color */
    background-color: #0F111A; /* Joker-themed dark background color */
    padding: 10px; /* Add padding for a visually pleasing look */
    border-radius: 8px; /* Add rounded corners for the paragraph box */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add a subtle shadow effect */
    text-align: center; /* Center-align the text horizontally */
    width: auto;
    height: 300px; /* Set the height to 300px */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the text vertically */
    align-items: center; /* Center the text horizontally */
  }
  
  .aboutus{
    color: purple;
    font-size: 1.2rem; /* Adjust the font size as needed */
    line-height: 1.5; /* Adjust line height for readability */
    color: #ab5dee; /* Joker-themed yellow color */
    background-color: #0F111A; /* Joker-themed dark background color */
    padding: 10px; /* Add padding for a visually pleasing look */
    border-radius: 8px; /* Add rounded corners for the paragraph box */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add a subtle shadow effect */
    text-align: center; /* Center-align the text horizontally */
    width: auto;
    height: 100px; /* Set the height to 300px */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center the text vertically */
    align-items: center; /* Center the text horizontally */
  }