body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    border: 5px solid #807e7e;
    border-radius: 5px ;
    background-color: #f7f4f4;
}

header {
    position: absolute;
    background-color: #eee6e6;
    color: #fff;
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    height: 50px;
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    header {
        /* Styles for screens up to 768px wide (e.g., tablets) */
        width: 99%;
        height:10%;
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    header {
        /* Styles for screens up to 480px wide (e.g., mobile phones) */
        width: 89%;
        height:3%;
        /* Full width on small screens */
        margin-top: 5px;
        padding: 4px 15px;
        font-size: 14px;
    }
}
nav{
    background-color: #5c5959;
    color: #fff;
 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 5vh;  
}
nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: #fff;
    
}

.hero {
    text-align: center;
   
    background-color: #f4f4f4;
    padding: 10px 20px;
    
}

.hero h1 {
    
    margin: 0;
    font-size: 2.5em;
}

.hero p {
    
    font-size: 1.2em;
    margin: 0;
}

.button {
   display: block;
   margin: 0 auto;
 text-align: center;
    width: 5%;
    margin-bottom: 10px;
 
    padding: 10px 20px;
    font-size: .9em;
    background-color: #d3cccc;
    border: 2px solid black;
    border-radius: 5PX;
    
    cursor: pointer;
}
.button a{
    text-decoration: none;  
    color: black;
}

.button1 {position: absolute;
    width: 92vw;
    height: 20px;
    margin:  -10px 40px  1px 40px;
    padding: 5px 10px;
    font-size: 1em;
    background-color: #d3cccc;
    border: 2px solid darkgrey;
    border-radius: 5PX;
    box-shadow: 1px 1px darkgrey;
    text-decoration: none;  
    color: black;
    cursor: pointer;
}
.button1 a{
    text-decoration: none;  
    color: black;
}
.button1:hover{
    transform: scale(1.025);
    background-color: #383737;
    border: 2px solid silver;
    color: silver;
   
    
}


.features {
    position: absolute;
    top: 10%;
    width: 99%;
   
    background-color: #fcf5f5;
    border-radius: 15px;
    padding: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.features h2 {
    
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .features {
        /* Styles for screens up to 768px wide (e.g., tablets) */
        width: 99%;
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .features {
        /* Styles for screens up to 480px wide (e.g., mobile phones) */
        width: 89%;
        /* Full width on small screens */
        margin-top: 5px;
        padding: 8px 15px;
        font-size: 14px;
    }
}

.feature {
    height: 10%;
    padding: 0 10px 0 10px;
    margin: 5px;
    border: 1px solid gray;

}


.container {
    width: 40%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.container1 {
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;

}
.home-btn{
    position: absolute; 
    left: 3vw; 
    top: .1vh; 
    width: 30px; 
    height: 30px; 
    padding: 0; 
    margin-left: 15px;
    border: none;
    z-index: 10;
}
/*
.home-btn:hover{
    transform: scale(1.1);
}
*/
.back{
    font-size: 1em; 
    line-height: .7em; 
    margin-left: 1vw; background: none; 
    border: none; 
    color: white;
    cursor: pointer;
}
/*
.back:hover{
    transform: scale(1.1);
}
*/
h1 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
}

input, textarea, select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

.btn {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.btn:hover {
    background-color: #0056b3;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.menu {
    position: absolute;
    width: 10%;
    left: 5vw;
    top: 6vh;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}


.search-btn{
    position: absolute;
    left: 50px;
    text-decoration: none;
    position: absolute;
    background: none;
    color: black;
    margin: 0 5px 0 15px;
    font-size: 2.5em;
    line-height: .6em;
    padding: 3px 2px;
    border: none;

}
.search-btn:hover{
    opacity: .3;
}
.logo{position: absolute;
    height: 35px;
    width: 35px;
    top: .5vh;
    left: 1vw;
    padding: 0;
}
h6{
    padding: 0;
    margin:5px;
}
p{
    padding: 0;
    margin:0; 
}
footer {position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    height: 4vh;
    background-color: #807e7e;
    color: #fff;
    text-align: center;
    padding:0;
}
.home-btn{
    position: absolute; 
    left: 2vw; 
    top: 8.7vh; 
    width: 25px; 
    height: 25px; 
    padding: 0; 
    margin-left: 15px;
   
    border: none;
}
.home-btn:hover{
    transform: scale(1.1);
}
.back{
    position: absolute;
    left: 20px;
    top: 80px;
    width: 25px; 
    height: 25px; 
    border-radius: 25px;
    cursor: pointer;
}
.back:hover{
    transform: scale(1.1);
}