*{
    margin: 0;
    padding: 0;
    font-family: cursive;
}
.main{
    width: 100%;
    height: 100vh;
    background-image: url(aboutus_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
}
.content{
   
    margin-left: 40%;
    
}
.p1{
    margin-top: 5%;
}
p{
    margin-top: 1%;
}
.t{
    margin-top: 10%;
}
