
*{
    margin: 0px;
    padding: 0px;
}

main p{
   font-size: 20px;
   top: 50%; 
   color: black; 
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   text-align: center;
   
}


header{
    background-color: rgb(5,115, 129);
}


main{
    min-height: calc(100vh - 140px);
    padding: 10px 20px 50px 20px;
}
footer{
    background-color: rgb(5, 115, 129);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    height: 40px;
}

header {
    display: flex;
    align-items: center;
}



nav{
    flex: 1;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    height: 25px;
}

nav a{
    text-decoration: none;
    color: white;
    text-shadow: 0px 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{
    position: absolute;
    height: 190px;
    width: 150px;
    left: 45%;
    bottom: 50%;
    
}

h1{

    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;

}

h2{

    text-align: center;
    font-size: 5VH;
    

}

h3{

    text-align: center;

}

.Ingredient-List{

    text-align: center;
    font-size: larger;
    margin-top: 4vh;
    

}

fieldset{

    padding: 20px

}

div{

display: flex;
justify-content: space-around;

}

.Method-List{

    margin-top: 17vh;

}

.Addnotes-List{

    margin-top: 7vh;
    text-align: center;
    font-size: 3vh;

}

.indexhead3{

    text-align: center;
    top: 190px;
    font-size: 5vh;

}

figure, figure img {

    height: 300px;
    width: auto;
    top: 65%;
    left: 42%;


}

figure img{

    border-radius: 50px;
    transition: 0.5s;

}

figure img:hover{

    transform: scale(1.10);
}

figcaption{
    position: relative;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 200%;
    text-align: center;
    
}

.indexfigcaption{

    top: 130px;

}

.recipe-img{

    position: fixed;
    left: 100px;
    bottom: 200px;

}

.img-2{

    width: 400px;
    height: 400px;
    position: fixed;
    border-radius: 50px;
    left: 70%;
    top: 100px;
    
}

.img-3{

    width: 400px;
    height: 400px;
    position: fixed;
    border-radius: 50px;
    top: 100px;
    left: 553px;

}

.img-4{

float: right;
   position: absolute;
   left: 150px;
   top: 150px;
   border-radius: 50px;
   


}

.img-5{

top: 150px;
float: right;
left: 500px;
border-radius: 50px;



}

.img-6{

float: right;
top: 150px;
right: 600px;
border-radius: 50px;


}


ul{

  text-align: center;
  list-style-position: inside;  

}

ul.Ingredient-Fig{

    list-style: none;
    padding: 0;
    margin: 0;

}

.figrecipeimg{

    position: fixed;
    left: 153px;
    top: 27%;

}


.figrecipepagecaption{

    position: fixed;
    left: 120px;
    top: 15%

}


td,th{
    padding:10px;
    border:thin #000 solid;
}



button{
    padding: 20px;
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;

}


  .submitbutton{
    padding: 15px;
    font-size: 24px;
    width: 100%;
    background-color: rgb(5, 115, 129);
    color: white;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 9px #999;
    
  }

  .recipebutton{

    float: right;

  }

  button:hover {background-color: #3e8e41}
  
  i{
    font-size: 25px;
  }

  form input, form select, form textarea{
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 25px;
    background-color: transparent;
    color:black;
    padding: 5px;
    margin-bottom: 8px;
}

.legendhead{
    
    text-align: center;

}

@media print {
    
    
    
    .content {
        text-align: center; /* Center align content in print */
    }

    .print-image {
        max-width: 100%; /* Ensure images are within the print area */
        height: auto; /* Maintain aspect ratio */
    }

    button {
        display: none;
    }

    header {

        display: none

    }
}