* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    margin: 0 auto;
    padding-top: 1rem;
    /* width: 100%; */
    width: 1550px;
    /* max-width: 1600px; */
    /* background-color: #FFFFCC; */
}

/* top style */

.top {

    width: 100%;
    height: 130px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    font-family: 'Roboto', sans-serif;
  }

  .wrapper {
    height: 100%;
    margin: .4rem;
    /* padding-bottom: 1rem; */
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    border-bottom: 1px solid #000;

  }




  .wrapper>.iitg_logo>img{
    height: 100px;
    width: 100px;
    
  }



  
.main {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 250px 1fr;
}

.one {
    height: 100%;
    display: grid;
    position: relative;
    border-right: 2px solid rgb(66, 60, 60);


}






.two {
    height: 100%;
    display: grid;
}

.active{
    position: relative;
}

.active::before{
    position: absolute;
    content: '';
    top: 0;
    left: -5px;
    width: 3px;
    height: 100%;
    background-color: rgb(153, 24, 84);

}

.ul_navlink>li>a, .ul_navlink>li>p {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
}

.welcome {
    font-family: 'Philosopher', sans-serif;
    letter-spacing: 5px;
    margin-top: 1rem;
    font-style: italic;
    color: #932d2d;
}

.intro {
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center;
    /* border: 1px solid #000; */
    height: 280px;

}

.blockquote>p {
    font-family: 'Oswald', sans-serif;
}

.intro>.photo {
    height: 100%;
}

.intro>.photo>img {
    width: 250px;
    height: 250px;
}

li {
    list-style: none;
}

li>a {
    text-decoration: none;
}