
/* Root color variables */
:root {
  /* Backgrounds */
  --brand-green:#072A15;
--brand-green2:#2ddd45;
--bgcolor:#3b6641;
  --bg-color: #191942;
  --surface-color: #1a1a1a;

  /* Primary Accent */
  --nav-color: rgb(36, 35, 35);
  --nav-hover: #474746;

  /* Text Colors */
  --text-primary: #eeeeee;
  --text-secondary: #e0e0e0;
  --text-muted: #b0b0b0;

  /* Borders / Dividers */
  --border-color: #2c2c2c;
}


footer{
    background-color: black ;
    color:var(--text-secondary) ;
}

footer p{
    font-size:1.6rem;
    text-align: left;
} 

footer a{
    color:var(--brand-green2);
    text-decoration:none
}
footer a:hover{
    color:var(--text-secondary);
}
h6{
    font-size:1.6rem;
    text-align:left;
    
}

.team-img{
    width:50%;
}
