body{
    padding: 0;
    margin: 0;
    background: black;

}
.topbar{
    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: red;
    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: rgb(151, 0, 0);
    transition: 0.3s;
}
/*----------------------------------- END MENU ---------------------------------*/
.register a{
    border: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    background-color: red;
    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: rgb(151, 0, 0);
    transition: 0.3s;
}
/*----------------------------- End TOPBAR *---------------------/
/*========================== START MENU BUTTON =======================*/



 .menu-btn{ 
    /* background: #fff; */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 10px;
     /* background-color: red;  */
    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-btn a{
    border: 10px;
    background-color: red;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    color:#fff;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     padding-right: 10px; 
    margin: 10px;
}
.menu-btn a:hover{
   
        background: rgb(151, 0, 0);
        color: #fff;
        transition: 0.3s;
        
}
.menu-btn a#one{
border: 6px solid #fff;
}
/*------------------------------------ START HEADING----------------------------------- */
.heading h1{
    color: #fff;
    text-align: center;
    /* text-decoration: underline solid 5px white ; */
    margin: 10px;
    
}
/*------------------------------------ END HEADING --------------------------------------*/
/*---------------------------- START CARD -----------------------------*/
.card img{
    width: 180px;
    height: auto;
}
.card{
    border: 2px solid #fff;
    width: 200px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    background-color: rgb(151, 0, 0);
    height: 500px;
}
.card h1{
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: larger;
}
.card a#a{
    /* background-color: aqua; */
    width: 120px;
    background-color:#fff;
    color:black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 5px;
    border-radius: 5px;
    /* font-weight: ; */
    text-decoration: none;
}
.card h2{
    color: #fff;
}
.card p{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.card a{
    width: 120px;
    /* background-color: red; */
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 5px;
    border-radius: 5px;
    /* font-weight: ; */
    text-decoration: none;
    
}
.card img:hover{
    width: 170px;
    height: auto;
    transition: 0.5s;
}
#main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
}



.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;
    
}