*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


P#second{
    color:  rgb(0, 0, 0);
}

p.blue{
    color: rgb(rgb(37, 37, 170));
}
header div{ 
    background-color: rgb(20, 82, 48);
   height: 50px;
}
header div img{
    height: 100%;
}

main {
    min-height: calc(100vh - 124px);
    height: 100%;
    background-color: grey;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

footer{ 
    background-color: brown;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    height: 36px;
   
}
header div {
    display: flex;
    align-items: center;
    text-align: center;
} 
nav{
    flex: 1;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    height: 25px;
    text-align: center;
}
nav a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-shadow: 1px 25px 1px black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    transition: 0.5s;
    height: 50px;
}
nav a:hover{
    transform: translateY(-25px);
}
main img{
    width: 15%;
}
div.cont{
    display: flex;
    gap: 20px;
}
table{
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0px;
}
th{
    border: 3px solid black;
    border: fixed;
}
td{
    border: 3px solid black;
    border: fixed;
}
td{
    text-align: center;
    
}
table{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
tr :hover{
    background-color: brown;
    
   
}
h2{
    padding: 10px 20px 30px 40px;
    margin: 40px 30px 20px 10px;
    align-items: center;
    

}
button#print{
    /* float:right; */
    margin: 40px 30px 20px 10px;
    padding: 20px 20px 20px 20px;
    font-size: 30px;
    background-color: rgb(14, 77, 17);
    font-weight: bold white;
    float: right;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
    button#print:hover{
        background-color: rgb(20, 141, 46) ;
    }
    @media print{
        header, footer, button#print{display: none}
    ;}
    
   
    main p {
    font-size: x-large;
    justify-content:space-around;
    padding: 12px;
    font-family: Arial, Helvetica, sans-serif;
    }

    .container{
        display: flex;
        gap: 15px;
        width: 100%;
        height: 150px;
        justify-content: space-around;
        
    }
    .container img {
        width: auto;
        border-radius: 25px;
         
    }

    main p {
        font-style: italic;
        font-weight: normal;
        margin: 0; 
    }
    
    main p#Awards {
        font-weight: bold;
    }
    
    .Equipment {
        float: left;
        border: 5px solid #10300b; 
        padding: 2px; 
        margin: 2px; 
        width: 200px; 
        box-sizing: border-box; 
    }
    
    
    main::after {
        content: "";
        display: table;
        clear: both;
    }
    .ingredients {
        float: right;
        border: 5px solid #10300b; 
        padding: 2px; 
        margin: 2px; 
        width: 200px; 
        box-sizing: border-box; 
        text-align: center;
    }
    .ingredients p {
        font-size: 10px;
    }
    .ingredients p:hover{
        font-size: 20px;
    }
    
    .ingredients p1 {
      font-size: 30px;
    } 
    h1 {
        text-align: center;
    }
   figure a img {
    position: sticky;
    height: 300px;
    width: auto;
    top: 25%;
    left: 43%;
    border-radius: 15px;
   }
    figure a img {
    transition: 0.5s;
   }
   figure a img:hover{
   transform: scale(1.10);
   }
   figure p {
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
   }
   figure {
    gap: 0px;
   }
   
   td,th{
    padding:10px;
    border:thin #000 solid;
}
#recipeform{
    width: 100vw;
    min-height: 100vh; 
    color: rgb(22, 82, 40);
    display: flex;
    justify-content: center;
    align-items: center;
}

form{
    width: 500px;
    backdrop-filter: blur(5px);
}

fieldset{
    padding: 20px;
}



.UOM label, .UOM input{
    display:inline-block;
}

.UOM input{
    width: 20px;

}
.UOM label{
    margin-right: 40px;
}

form input, form select, form textarea{
    width: 100%;
    font-size: 25px;
    background-color: transparent;
    color: rgb(52, 211, 20);
    outline: none;
    padding: 5px;
    margin-bottom: 8px;
}

form button{
    width: 100%;
    margin-top: 15px;
    font-size: 30px;
    padding:3px;
    border:#30b60f;
    border-radius: 50px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

form button:hover{
    background-color: rgb(20, 71, 33);
}

select option{
    color: black;
}
form{
    border-color: #30b60f;
    border-radius: 50px;
}
