body{
    padding: 0;
    margin: 0;
    background: black;

}
.topbar{
    /* position: fixed; */
    /* padding-bottom: 20px; */
    /* padding: 10px; */
    background-color:rgb(190, 0, 0) ;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    width: auto;
  
}
/* #id1{
    text-align: center;
    justify-content: center;
    justify-items:center ;
} */
.topbar img{
    width: 100px;
    height: auto;
    margin-left: 80px;
}
/* -------------------------END TOPBAR ------------------------------------------*/
.menu a{
    
    cursor: pointer;
    border: 10px;
    background-color: rgb(151, 0, 0);
    border-radius: 50px;
    margin: 5px;
    padding: 10px;
    color:#fff;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.menu a:hover{
    color: rgb(255, 254, 254);
    background: red;
    transition: 0.3s;
}
/*----------------------------------- END MENU ---------------------------------*/
.register a{
    border: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    background-color: rgb(151, 0, 0);
    border-radius: 50px;
    margin: 5px ;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: large; 
}
.register a:hover{
    color: rgb(255, 254, 254);
    background:red;
    transition: 0.3s;
}
.heading h1{
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: bolder;
}
/*--------------------------- START MAIN 1 ------------------------------------*/
#main1{
    border: 2px solid #fff;
    width: 800px;
    /* margin: 0;
    padding: 0; */
    border-radius: 5px;
     text-align: center;
    /* justify-content: center;  */
    margin: 100px;
    display: flex;
    /* align-items: center; */
    margin-left: 250px;
    background-color:  rgb(17, 11, 11);
    
}
.card1{
    /* background-color:; */
color: #fff;
border: 5px;
border-radius: 10px;
padding-left: 50px;
justify-content: space-between;
}
.card2{
    background-color: rgb(151, 0, 0);
    color: #fff;
    border: 5px;
    border-radius: 10px;
    color: #fff;
padding-left: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
/*------------------------------- END MAIN 1 ------------------------------*/

/*--------------------------- START MAIN 2 -----------------------------------*/
#main2{
    border: 2px solid #fff;
    width: 800px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    margin: 100px;
    display: flex;
    align-items: center;
    margin-left: 250px;
    /* justify-content: space-between; */
    background-color: rgb(17, 11, 11);
    
}
.card1a{
    border: 5px;
    border-radius: 10px;
    padding-left: 10px;
    justify-content: space-between;

}
.card1a img{
    width: 180px;
    height: auto;
}
.card2b{
    color: #fff;
padding-left: 40px;


}





.copyright{
    background-color: black;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: auto;
}


.deserved1{
    color: white;
    padding-left: 80px;
}


.deserved2{
    color: white;
    padding-right: 80px;
}

.social{
    display: flex;
}
.copyright a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-decoration: none;
     
}

.fa-facebook{
    margin: 5px;
    width: 50px;
    background-color: rgb(203, 203, 203);
    border-radius: 5px;
    text-align: center;
    
}

.fa-instagram{
    margin: 5px;
    width: 50px;
    background-color: rgb(203, 203, 203);
    border-radius: 5px;
    text-align: center;
    
}

.fa-twitter{
    margin: 5px;
    width: 50px;
    background-color: rgb(203, 203, 203);
    border-radius: 5px;
    text-align: center;
    
}