@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rajdhani', sans-serif;
}
body{
    background-color: white;
}

.about-us{
    position: relative;
    top: 20rem;
    width: 100%;
    height: 80%;
}
.background-img{
    position: relative;
    top: 11rem;
    left: 18%;
    width: 65%;
    height: auto;
}
.about{
    position: relative;
    width: 72%;
    height: 80%;
    left: 14%;

}
.head{
    color:#086c94;
}
#write1{
    color:#086c94;
}
#write2{
    font-size:18px;
}
.footer{
    position: relative;
    top: 22rem;
}

