*{
    margin: 0;
    padding: 0;
}
header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    position: fixed;
    top: 0px;
    width: 100%;
    top: 0px;
}

.image{
    width: 30px;
    height: 30px;
    border-radius: 25px;
}
nav ul{
    list-style: none;
    display: flex;
    justify-content: end;
    background-color: black;
    margin: 0;
    padding-top: 10px;
    height: 40px;

}
nav ul li{
    padding-left: 10px ;
    padding-right: 10px;   
}
nav ul li a{
    font-size: small;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration:none ;
    color: white;
    padding-left: 10px ;
    padding-right: 10px;    
}
body{
    background: url('images/bg.jpeg') no-repeat center;
    background-attachment: fixed;
    background-size: cover ;
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
}
.Heading {
    text-align: center;
    margin-top: 3px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;   
    
}
.Heading h1{
    text-shadow: 0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray;
}

.Logoimg{
    border-radius: 50%;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 70px;
    margin-left: 30px;
    height: 100px;
    width: 100px;
    border-style: solid;
    border-color: white;
    border-width: 5px; 
    display: inline;
}

footer{
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.para{
    
    background-color: black;
    text-align: center;
    font-style: oblique;
    
}
.BG-Container{
    background: rgba(18, 18, 18, 0.7);
    padding-bottom: 100%;
}

.About{
    
}
.About h1{
    display: block;
   padding-top: 20px;
   text-align: center;
   display: flex;
   justify-content: center;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   font-size: 80px; 
   text-shadow: 0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray,0 0 5px gray;
}
.About p{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;

}
.About h2{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.icons{
    height: 30px;
    width: 30px;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 5px;
}
.join{
    display: flex;
    justify-content: end;
    font-size: 30px;

}
.Menuimg{;
    width: 160px;
    height: 160px;

}
.Card{
    
    margin : 30px;
    padding: 5px;
    width: min-content;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    border-width: 5px;
    border-color: #ffffff;
    border-style: solid;
}
main{
    display: flex;
    justify-content: center;
}
.contact form {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact form label {
    margin: 10px 0 5px;
}

.contact form input,
.contact form textarea {
    align-items: center;
    text-align: center;
    padding: 10px;
    background-color: rgb(241, 233, 233);
    border: 1px solid gray;
    margin-bottom: 20px;
    width: 650px;
    text-align: center;
}


.contact form button {
    
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.contact form button:hover {
    background-color: #555;
}
.contact h1{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

