*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}
html,body{

    height: 100%;
    width: 100%;
}

#main{
    height: 100%;
    width: 100%;
}
#intro{
    background-image: url(madhubani-painting\ \(1\).jpg);
    width: 100%;
    height: 48%;
}
#b{
    color: aqua;
}
#intro h1{
    font-weight: 900;
    font-size: 130px;
    line-height: 120px;
    color: yellow;
    letter-spacing: -5px;
    
}
h1::first-letter{
    color: purple;
}
#nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 8%;
    position: fixed;
    padding: 40px 20px;
}
#nav h4{
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 3px 15px;
    margin: 3px;
    border-radius: 50px;
}
#nav :hover{
    background-color: transparent;
}
#place{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 4px;
    font-size: 20px;
}
#image{
    height: 90%;
    width: 100%;
    background-size: cover;
    background-image: url(nalanda-stupa-heritage-nalanda-bihar-tri-hero-1.jfif);
}
#about{
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: center;
}
#about1{
    padding: 0px 20px ;
    width: 60%;
    border-right: 2px solid black;
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 80px;
}

#about2{
    padding: 0px 12px;
    display: flex;
    flex-direction: column;
    width: 40%; 
}
#about2 h3{
    font-size: 40px;
    font-weight: 700;
}
#institute{
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}
#institute h4{
    font-size: 20px;
    padding: 8px 8px;
    border: 2px solid black;
    background-color: rgb(96, 219, 219);
    border-radius: 20px;
}
a {
  text-decoration: none;
  color: inherit;
}

button{
    background-color: transparent;
    border: 0px;
}

