*{                                                     
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.icons{
  width: 28px;
  color: rgb(36, 156, 255);
  margin-right: 10px;
}

.material-symbols-rounded{
    font-variation-settings:
    'FILL' 1,
    'wght' 600,
    'GRAD' -25,
    'opsz' 48;
    color: rgb(36, 156, 255);
    font-size: 48px !important; 
}
  
/*.aboutus, .groups, .programs, .reviews{
    background-color: rgb(233, 210, 255);
    border-radius: 5px;
}*/

body {
  background-color: aliceblue;
}

p {
  font-size: 20px;
  padding: 5px 0;
}

h1 {
  font-size: 56px;
}

h4 {
  font-size: 34px;
}

h6 {
  font-size: 26px;
}


/* h2 {
  padding: 1em 0;
} */

p,h4,h6,h1{
  color: rgb(0, 100, 185);
}

li::marker {
  color: rgb(0, 100, 185);
}