  body,html{
          width:100%;
          height:100%;
      }
    
    .bg-brandcolor{
        background-color:#4e55a3;
    }
    
    .box>*{
        text-align:center;
    }
      
      .nav-item a{
       color:black;   
      }
      
      .heading{
      font-family: 'DM Serif Display', serif;
      font-size:calc(22px + 5vw);
        /*line-height:4vw;*/
      }
      
      .optionsheading h2{
           font-family: 'DM Serif Display', serif;
      }
      
      .optionspara>p{
          font-size:20px;
      }
      
      p,a{
          font-family: 'Nunito Sans', sans-serif;
      }
      
      .aboutuscontent p{
          font-size:calc(12px + 1.5vw);
          /*font-size:2vw;*/
      }
      
      .challengercontent p{
          font-size:calc(12px + 1.5vw);
          /*font-size:2vw;*/
      }
      
      .teamcard{
          margin-top:30px;
          margin-bottom:30px;
      }
      
      .team-description h2{
         font-family: 'DM Serif Display', serif;
      }
      
      .team-description>p{
          margin-bottom:0px;
      }
      
      