*{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

p{
    text-align: justify;
    padding-bottom: 20px;
}

footer p{
    padding-bottom: 0px;
}

header{
    background-color: #78BC61;
    display: flex;
    align-items: center;
    height: 100px;

}

h1{
    padding: 10px;

}

h1 a{
    text-decoration: none;
    color: #000000;
    font-family: 'Brush Script MT', cursive;
}

h1:hover{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
  }
  
  @keyframes shake {
    0% { transform: translate(0.5px, 0.5px) rotate(0deg); }
    10% { transform: translate(-0.5px, -1px) rotate(-1deg); }
    20% { transform: translate(-1.5px, 0px) rotate(1deg); }
    30% { transform: translate(1.5px, 1px) rotate(0deg); }
    40% { transform: translate(0.5px, -0.5px) rotate(1deg); }
    50% { transform: translate(-0.5px, 1px) rotate(-1deg); }
    60% { transform: translate(-1.5px, 0.5px) rotate(0deg); }
    70% { transform: translate(1.5px, 0.5px) rotate(-1deg); }
    80% { transform: translate(-0.5px, -0.5px) rotate(1deg); }
    90% { transform: translate(0.5px, 1px) rotate(0deg); }
    100% { transform: translate(0.5px, -1px) rotate(-1deg); }
}

h2{
    text-decoration: none;
    color: #78BC61;

}

h2 a{
    text-decoration: none;
    color: #78BC61;

}

h5{
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 500px;
    padding-right: 500px;
}

h5 a{
    text-decoration: none;
    color: #000000;
}

nav{
    flex: 1;
}

nav ul{
    display: flex;
    justify-content: space-around;
}

nav ul li{
    list-style: none;
}

nav a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

nav ul li:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
    transition: 0.5s;
}

main{
    background: #CDE5C8;
    min-height: calc(100vh - 100px - 40px);
    overflow: hidden;
}

.homePage{
    display: flex;
}

.allFeaturedRecipes{
    padding: 50px;

    background-color: #ffffff;
    width: 1000px;
    border: 10px solid #78BC61;
    margin: 20px;
    box-shadow: 1px 1px 10px #24590B;
}

.allRecipes{
    padding: 50px;

    background-color: #ffffff;
    width: 1000px;
    border: 10px solid #78BC61;
    margin: 20px;
    box-shadow: 1px 1px 10px #24590B;
}

.recipe{
    position: relative;
    text-decoration: none;
}

.recipeTitle{
    text-decoration: none;
    color: #000000;
}

.intro{
    padding: 50px;
    align-items: center;

    background-color: #ffffff;
    width: 600px;
    border: 10px solid #78BC61;
    margin: 20px;
    box-shadow: 1px 1px 10px #24590B;
}

.featured{
    position: relative;
    text-align: center;
    float: right;
    padding: 50px;
    text-decoration: none;
}

.featured:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
    transition: 0.5s;
}

.featuredText{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    text-decoration: none;
}

footer{
    background-color: #000000;
    color: #CDE5C8;
    height: 40px;
    padding: 10px;
    overflow: hidden;
}

a.active_page{
    color: #ffffff;
}

.recipeHeader{
    padding: 50px;
    display: flex;

    background-color: #ffffff;
    width: 1000px;
    border: 10px solid #78BC61;
    margin: 20px;
    box-shadow: 1px 1px 10px #24590B;
}

#recipeHeaderText{
    padding-left: 20px;
}

#rhondaProfile:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
    transition: 0.5s;
}

.equipingred img{
    padding: 20px;
}

#equipingred1{
    display: flex;
}

.method, form, .equipingred, .qplusa{
    padding: 50px;

    background-color: #ffffff;
    width: 1000px;
    border: 10px solid #78BC61;
    margin: 20px;
    box-shadow: 1px 1px 10px #24590B;
}

.form input, form select, form textarea{
    font-size: 15px;
    flex: 1;
    padding: 5px;
}

.form textarea{
    width: 500px;
    height: 100px;
    resize: vertical;
}

.method .flex{
    display: flex !important;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.flexText{
    padding-right: 20px;
}

#print_button{
    color: black;
}

table{
    width: 1000px;
    font-size: 15px;
    border-collapse: collapse;
    padding: 20px;
}

td,th{
    padding:10px;
    border: 3px solid #78BC61;
}

td{
    text-align: justify;
}

ul{
    padding-left: 20px;
}