#ourBody{
 background-color:#f4f6fb; 
}

p{
  line-height: 1.67;
}

#indexDiv{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  min-height:50vh;
  padding:25px 10px 25px 10px;
  background-color: #fff;
}


#h1{
  color: #3c3c3c;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.h2,.h3{
  color: #3c3c3c;
  line-height: 1.5;
  font-weight: 600;
}

ol .h2{
font-size: 20px;
}


.myBold{
  font-weight: 600;
}

.myUL{
  list-style-type: square;
  line-height: 1.7;
}

