body {
  margin: 0;
  background-color: #000000 !important;
}
section{
    padding-top: 5%;
}
.row-aboutus{
    padding-top: 3%;
}
u {
    text-decoration-color: #fea500;
    text-underline-offset: 15%;
  }
.about{
    font-family: 'Roboto', sans-serif;
    font-size: 300%;
    color: white;
    font-weight: bold;

}
.about-us{
    width: 100%;
}
.aus{
    font-family: 'Roboto', sans-serif;
    color: white;

}
.ausdesc{
    padding-top: 3%;
    font-size: 110%;
    font-family: 'Roboto', sans-serif;
    color: white;
	text-align: justify;
}
.container1 {
    margin-top: 6%;
}
.about-us-div{
    margin: 4% 0 3% 0;
}
/* media query for display main text on mobile screen */
@media screen and (max-width: 768px) {
    .container1 {
        margin-top: 13%;
    }
    .about{
        font-size:175%;
    }
    .about-us-div {
        margin: 8% 0;
    }
}
