body{
    font-family: 'Poppins', 'Courier New', Courier, monospace;
    background-color: #ccccd2;
    height: 300vh;

  }
  
  .font-properties {
    font-family: cursive, sans-serif;
    font-size: 1.3rem;
    font-weight: bolder;
    font-style: bold;
  }
  /* container */
  .container-area {
    max-width: 100%;
    /* display: flex;*/
    margin-top: 15%;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 130vh;
    background-color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
  }
  .container-about {
    max-width: 100%;
    /* display: flex;*/
    margin-top: 15%;
    align-items: center;
    justify-content: center;
    margin: 0 ;
    height:120vh;
    background-color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
  }
  
  .about {
    margin-left: 10%;
    align-items: center;
    max-width: 80%;
    background-color: #eee;
    height: 100vh;
    font-size: 1.1rem;
    text-align: justify;
    color: #01010f;
    float: left;
  }
  .float-container {
    border: 3px solid #fff;
    padding: 40px;
}
.float-child {
    width: 50%;
    float: left;
    padding: 20px;
    font-family: sans-serif;
    font-size: 1.1rem;
    text-align: justify;
    color: #01010f;
}  

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  color:#efc21e;
  background-color: #0a0222;
  font-size: 50px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
/* table */
.table-responsive {
  font-family: arial;
  border-collapse: collapse;
  width: 100%;
  
}
/* table row */
th {
  border: 1px solid #dddddd;
  text-align: left;
  font-size: 16px;
  padding: 4px;
}
/* table row */
td {
  border: 1px solid #dddddd;
  text-align: left;
  font-style: normal;
  font-size: 12px;
  padding: 4px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}

/* Styles for container-fluid */
.container-fluid {
  
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa; /* Optional: Light gray background */
}

/* Styles for maparea */
.maparea {
  
   width: 100%;
  height: 300px; /* Set the desired height */
  margin: 0;
  padding: 0;
  background-color: #e9ecef; /* Optional: Slightly darker gray background */
  border: 1px solid #ccc; /* Optional: Border around the map */
}

/* Optional: Add hover effect for maparea */
.maparea:hover {
  position: relative;
  border-color: #007bff; /* Change border color on hover */
  cursor: pointer;
}

  .jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
  }
 
 