body {
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
}
*{
 font-family: 'Syne', sans-serif ;

}
.content {
    flex: 1;
    position: relative; /* Ensure relative positioning for z-index to work */
    z-index: 1; /* Set a z-index value for the content area */
}

.footer {
    background-color:#0F1D1E; /* Set your desired background color for the footer */
    color: white;
    text-align: center;
    padding: 10px;
    
 
    width: 100%;
    z-index: 2; /* Set a higher z-index value for the footer to appear above content */
}
.footer a {
    color: #5cb85c;
}
/* Basic styling for the container */


/* Page heading styling */
h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center; /* Center-align the heading */
    color: #00ff00 ;
}

/* Contact form styling */
.form-group {
    color: #ccc;
    
}
.contact{
    
    padding: 2rem;
    width:30%;
    background: #0a110fae;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 230, 65, 0.28);
    position: relative;
    /* z-index: 4; */
    height:;
    overflow-x: hidden;
}
main{
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    flex-grow: 1;
}
button{
    width: 100%;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}
.btn{
    margin-top: 10px;
}
.form-control {
    margin-bottom: 10px;
    background-color: #0F1D1E;
    padding: 10px;
    border: 1px solid #00FF94;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: white;
    font-size:1.2rem;
}

main{
display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}


.btn{
    background: #0f2014 ;
    color: #00ff00 ;
}

#dn{
    background: #0f2014 ;
    color: #00ff00 ;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
}
.btn:hover{
    background-color: #0c1a11!important;
}
#dn:hover {
    background-color: #0c1a11!important; /* Change background color on hover */
}
*{
   
  }
/* Responsive styling for small screens */
@media (max-width: 768px) {
    .container {
     flex-direction: column;
        padding: 10px;
    }
    h1 {
        font-size: 10px;
       
    }
    .btn-primary {
        font-size: 16px; /* Increase font size for small screens */
    }
}
.cont .btn {
color: #00ff00;
padding: 8px 12px; /* Smaller padding for nav items */
display: inline-block;

}
.cont .btn:hover{
    color: #016427 !important;
} 
.nav_btn:hover{
    text-decoration: underline;
    
}
ul {
    display: flex;
    flex-direction: row !important;
    gap: 3rem;
    align-items: center;
}

.nav-link:hover,
.nav-link:focus {
    border-radius: 5px; 
    text-decoration: none; 
    cursor: pointer;
}

@media (max-width: 768px) {
    .contact{
        width: auto;
        height: auto;
        overflow-y: scroll !important;
        padding: 20px;
        
    }
    #img{
            display: none;
    }
    main{
        width: auto;
        flex-grow: 1;
        overflow-y:hidden;
    }
    body{
        height: 100%;
    }
    *{
       
    }
    .footer{
        height: auto;
    }
    .form-control{
        
        font-size: 1rem;
    }
    h1{
        font-size: 1.5rem;
    }
}
@media (max-width:768px){
    .contact {
width: -webkit-fill-available;
height: auto;

padding: 20px;
margin: 1rem;
}
main {
width: auto;
flex-grow: 1;
overflow-y: hidden;
}
#markdown-textarea{
    height: ;
}
} 
@media (max-width: 1200px) {
    .contact{
        width: -webkit-fill-available;
        height: auto;
        overflow-y: scroll !important;
        padding: 20px;
        margin-inline: 1rem;
        
    }
    #img{
            display: none;
    }
    main{
        width: auto;
        overflow-y:hidden;
    }
    body{
        height: 100%;
    }
    *{
        overflow-x: hidden;
    }
    .footer{
        height: auto;
    }
    .form-control{
        
        font-size: 1rem;
    }
    h1{
        font-size: 1.5rem;
    }
}
@media (max-width:768px){
    .contact {
width: -webkit-fill-available;
height: auto;
overflow-y: scroll !important;
padding: 20px;
margin: 1rem;
}
main {
width: auto;
flex-grow: 1;
overflow-y: hidden;
}
} 