body{
    background-color: #f2f4f2 ;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

h2{
    font-family: 'Monstserrat', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}


a{
    font-family: 'Roboto', sans-serif;
    color: black;
}

a:visited{
    color: black;
}

a:hover{
    color: #f48635;
}

button{
    text-align: center;
    color: #f2f4f2;
    z-index: 0;
    border: none;
    border-radius: 100px;
    background: #3a2618;
    transition: 150ms ease-out;
    width: 80px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

button:hover{
    text-align: center;
    background: #f2f4f2;
    color: #3a2618;
    border: 1px solid #3a2618;
    scale: 1.1;
}

header{
    z-index: 1;
    margin-left: 0px;
    background-color: #cdc4b9;
    height: auto;
    top: 0;
    width: 100%;
    position: fixed;
}

header.scrolled{
    background-color: transparent;
}

nav{
    background-color: #cdc4b9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#logo{
    width: 60px;
    margin: 5px;
    height: auto;
    aspect-ratio: 1/1;
}

#logotxt{
    display: flex;
    justify-content: start;
    justify-items: center;
    text-align: center;
    align-items: start;
    align-content: center;
    flex-grow: 1;
    h1{
        font-size: 40px;
        font-family: 'Poppins' ;
        margin: 5px;
        padding: 0px;
        align-items: center;
    }
}

#items{

    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    align-content: space-evenly;
    margin-right: 20px;
    font-size: large;
}

#items .head{
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-grow: 1;
    margin-left: 20px;  
    text-decoration: none; 
    font-size: 20px;
    background-size: 0px;
    height: 30px;
    width: 80px;
    border-radius: 7px;
    transition: all 200ms ease-out;

}

#items .head:hover{
    color:  #f2f4f2 ;
    background-color: #3a2618;


}

/**/

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    margin-top: 50px;
}

h2 {

    background-color: #271c12;
    height: 60px;
    top: 0;
    color: #f2f4f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    text-align: center;
    border-radius: 100px ;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}

@media(max-width: 700px){
    h2{
        margin-top: 140px;
    }
    #logo{
          width:100px
    }
    #logotxt h1{
        font-size: 36px;
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.box {
    min-width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    text-decoration: none;
    text-align: center;
    padding: 5em;
}


/**/


#foot{
    background-color: dimgray;
    display: flex;
    width: 100%;
    justify-content: center;
}

table.tab{
    
    padding: 10px ; 
    margin-bottom: 0px;
    border: 0px;
    display: table;

}

.tab  td{
    border: 0px;
    padding-left: 20px;
    top: 0px;
    vertical-align: top;
}

form{
    padding-right: 30px;
    background-color: dimgray;
}

input{
    background-color: rgb(144, 144, 144);
    box-sizing: 0;
    border: 1px solid black ;
}

textarea{
    background-color: rgb(144, 144, 144);
    box-sizing: 0;
    border: 1px solid black ;
}

input::placeholder{
    color: #2a2929;
}

textarea::placeholder{
    color: #2a2929;
}


#sub{
    color: black;
    text-align: center;
    width: 100%;
    background-color: #cdc4b9;
    cursor: pointer; 
    letter-spacing: 1px;
}

#sub:hover{
    background-color: #f48635;
    color:rgb(15, 255, 39);
    letter-spacing: 1.5px;

}

#ft {
    background-color: dimgray;
    text-align: right;
    margin-left: 0px;

}

#ft .td{
    top: 0px;
    vertical-align: top;
}

#ft .td1{
    padding-left: 0px;
    
}

footer{
    background-color: dimgray;
    justify-content: center;
}

#fl{
    text-align: center;
}

