*{
    margin: 0;
    padding: 0;
}

body{
    height: 2000px;
}



.navbar-brand,
.offcanvas-title {
    font-family: 'MuseoModerno', cursive;
    letter-spacing: 1px;
  }

  .nav-link{
    color: aqua;
  }

  .but{
    width: 17px;
    height: 17px;
    background-color: rgb(0, 0, 0);
    border-radius: 50px;
    transition: all .3s ease;

  }


  .nav-item{
    font-family: 'Montserrat Alternates', sans-serif;
  }

  .dropdown-menu{
    background-color: rgb(74, 171, 255);
  }


.page{
  width: 100%;
  height: auto;
  background-color: #F0AE19;
  position: absolute;
  top: 0;
  display: flex;
  padding-top: 100px;
}

.sec1{
  width: 20%;
  height: 100%;
  background-color: rgba(0, 255, 255, 0);
}

.sec2{
  width: 60%;
  height: 100%;
  background-color: rgba(255, 106, 106, 0);
}

.sec3{
  width: 20%;
  height: 100%;
  background-color: rgba(0, 255, 255, 0);
}


.sec2 p{
  text-align: justify;
}


/* 
  
  @media (max-width:400px) {

    .body{
      overflow: hidden;
    }

    .page{
      width: 23.2rem;
      height: auto;
      margin: 0px auto;
      background-color: rgb(255, 255, 255);
  }

  

  .text2{
    margin-top:100px ;
    padding-top:10px ;
    margin-left: 50px;
    margin-right: 50px;
  }

  .text2 h1{
    color: rgb(0, 0, 0);
    margin-left:10px ;
    font-size: 15px;
    font-family: 'Montserrat Alternates', sans-serif;

  }



  }


 */






  @media (max-width:400px) {
    .page{
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        padding: 60px 20px 20px 20px;
    }

    .maynavbar{
      background-color: #F0AE19 !important;
    }
    
.sec1{
  display: none;
}


.sec2{
  width: 100%;
  height: 100%;
  background-color: rgba(255, 106, 106, 0);
  margin: auto;
}

.sec3{
  display: none;
}


  }

