body{
    padding: 0;
    margin: 0;
    /* background: black; */
    background: url();

}
.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: 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;
}

.container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 1000px; */
    width: auto;
}

.form{


    width: 50%;
    background-color: rgba(248, 248, 248, 0.406);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color:#fff;

}



.myinput{
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
.input2{
    width: 80%;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: none;
}

.btn1 {
    padding: 10px 10px 10px 10px;
    width: 85%;
    background-color:rgb(151, 0, 0);
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.btn1:hover{
    background: red;
    transition: 0.5s;
}



.btn1 a{

    text-decoration: none;
    color: white;
    font-size: large;
}


.btn1{
    width: 80%;
    /* background-color: red; */
    padding: 10px;
    border: none;
    border-radius: 5px;
}


.btn1 a{
    text-decoration: none;
    color: white;
    font-size: large;
    font-weight: bold;
}
.btn2 a{

    text-decoration: none;
    color: white;
    font-size: large;
}


.btn2{
    width: 80%;
    background-color: red;
    padding: 10px;
    border: none;
    border-radius: 5px;
}


.btn2 a{
    text-decoration: none;
    color: white;
    font-size: large;
    font-weight: bold;
}




.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;
    
}
.map iframe{
    /* align-items: center; */
    /* text-align: center;
    align-items: center;
    justify-content: center; */
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
}