*{
    margin:0;
    padding:0;
}
.main
{
    background-color: rgb(20, 20, 20);
    padding-left: 30px;
    padding-right: 30px;

}
.imgg
{
    margin-bottom: 80px;
    scale: 120%;

}


.title
{
    font-family: 'Good Times Rg', sans-serif;
    font-weight: 1000;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}
.title span{
    color: rgb(0, 162, 255);
}
.paragraph p 
{
    color:white;
    font-weight: 800 !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    margin-bottom: 50px;
}
.aims h3
{
    color:  rgb(0, 162, 255);
    text-align: center;
    margin:20px;
    font-weight: 800 !important;
    margin-bottom: 20px;
    
}
.aims p{
    color:white;
    font-weight: 800 !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    margin-bottom: 70px;


}
.hacathon h3{
    color:  rgb(0, 162, 255);
    text-align: center;
    margin:20px;
    font-weight: 800 !important;
    margin-bottom: 30px;
    
}
.hacathon p 
{
    color:white;
    font-weight: 800 !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
   padding-bottom: 50px;


}