@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');



header{
  background-color: #5b0e99;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
}
body{
  background-color: lightblue;

}

html{
  height: 100%;
}

main{
  top: 75px;
  width: 100%;
  min-height: calc(100vh - 150px);
}

footer{
  min-height: 78px;
  text-align: center;
  background-color: #5b0e99;
  width: 100%;
}

h1.logo{
  font-family: 'Lobster', cursive;
  color: #FFFFFF;
  display: inline-block;
  margin: 13px 0px 0px 20px;
  text-shadow: 2px 2px black;
}



nav ul{
  display: flex;
  justify-content: space-evenly;
}

nav ul li{
  list-style: none;

}


table{
  width: 80%;
  margin: 75px auto;
}

nav ul li a{
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 1px 1px black;
  transition: all 0.5s ease-in-out;
}

nav ul li a:hover{
  text-shadow: -1px -1px black;
}

nav ul li p{
  font-family: sans-serif;
  font-weight: bold;
  color: blue;
}

img{
  text-align: left;
  margin: 0 auto;

}
.img{
  margin: 0 auto;
  width: 376px;
  height: 504px;

}
 table,hr,td{
border: 2px solid black;
border-collapse: collapse;
border-spacing: 2px;
border-color: black;
 }

.myForm{
  margin: 120px auto 0px auto;
  width: 80%;
  font-family: arial;
}

.form_input{
  width: 80%;
  margin: 10px auto;
}

.labal{
  width:20%;
  text-align: right;
  display: inline-block;
}

.input{
  width: 70%;
  display: inline-block;
}

.input input, .input select{
  width: 100%;
  padding: 10px;
}

#recipe{
  width: 100%;
  height: 150px;
  border-radius: 15px;
  padding: 15px;
}

#button{
  padding: 10px;
  border: none;
  background-color: #3F51B5;
  color: #FFFFFF;
  font-weight: 900;
  border-radius: 5px;
  height: 36px;
  width: 100%;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
}
#button:hover{
  transform: scale(1.05);
  background-color: #22348F;
}

.print{
  width: 100px;
  height: 50px;
  background-color: gray;
  border-radius: 10px;
  color: white;
  opacity: 0.5;
  margin-left: 50px
}

@media print {
  header, footer, img{
    display: none;
  }
}

div, li, ul, p, h2, h3, h4 {
  padding: 0px 20px 0px;
    margin: 0px 10px 0px;
  }

  .heading {
    font-size: 35px;
    line-height: 48px;
    font-weight: bolder;
  }
section,p{
  font-size: 18px;
  font-family: sans-serif;
}

h2{
  font-family: sans-serif;
}

h3{
  font-family: sans-serif;
}
h1{
  font-family: sans-serif;
}

table,hr,td{
  border: 2px solid black;
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: black;
}