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 --------------------------------------- */


/*------------------------- START MENU BUTTON------------------------ */


.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;
}
/*--------------------------- END MENU BUTTON -----------------------------*/


/*---------------------------- START ORDER PAGE --------------------------*/
.order{
    /* border: 2px solid #fff; */
    width: 300px;
    padding: 100px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    

}
.order a{
    margin: 5px;
    padding: 5px;
    
/* width: px; */
background-color: red;
text-decoration: none;
border: 10px;
border-radius: 5px;
color: #fff;
}
.order a:hover{
background-color: rgb(151, 0, 0);
color: #fff;
border: 20px;
border-radius: 10px;
transition: 0.5s;
}
.main{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) );
    padding: 30px;
    margin: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    
}
.img {
    align-items: center; 
    /* background; */
    width: 500px;
    height: 100%;
}
.order h1{
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.order p{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}



.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;
    
}