body, h1, h2, p, label, input, button {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

.background {
  width: 100%; 
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url(background.jpeg);
  background-size: cover;
  background-position: center;

  background-attachment: fixed;
  background-repeat: no-repeat;
}

body {
  background-color: #f7f7f7;
  margin: 0;
}
#linked{
  color:white;
  text-decoration: none;
}
#heading{
  
  justify-content: center;
  position: absolute;
  left:442px;
}

 #div2 {
  height: 65px;
  position: relative;
  margin: auto;
  /* left:200px; */
  top:190px; 
  max-width: 1000px;
  
  width: 400px;
  border-radius: 5px;
  border-color: black;
  border-style: solid;
  background-color: #fff;
  z-index: 3;
} 

/* Styling for the header and container */
.generator {
  position: relative;
  top:100PX;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  max-width: 400px;
  margin: 20px auto; /* Center the .generator div horizontally */
}

h1{
  margin-top: 10px;
  color: white;
  text-shadow: 3px 3px black;
  /* margin:auto; */
}

h2 {
  color: #333;
  margin-bottom: 20px;
}

/* Styling for the form elements */
.header {
  margin-top: 10px;
  margin-bottom: 20px;
  flex: 1;


}

button {
  background-color: green;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #a0d084;
}

/* Styling for the recipe section */
h3 {
  margin-top: 20px;
  color: #333;
}

#recipe {
  color: #666;
  margin-top: 10px;
}

/* Styling for the drag-and-drop elements */
.drag-container {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  margin: 0 auto; /* Center the drag-and-drop elements horizontally */
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  top:50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.drag-container > div {
  text-align: center;
}
#ingredients{
  position: absolute;
  left: 1000px;
  background: transparent;
  background-image: url("steak.jpeg");
  border-radius: 0px;
  border-color: #fff;
}

label {
  font-weight: bold;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* *{
    margin:0;
    padding:0;
    font-family:'Courier New', Courier, monospace;
}
.generator {
  position: absolute;
  left: 200px;
  bottom: 250px;
}
#div1, #div2, #div3, #div4, #div5, #div6 {
  display: flex;
  float: left;
  width: 100px;
  height: 35px;
  margin: 10px;
  padding: 10px;
  border: 1px solid black;
}

#div2{
  float: left;
  width: 300px;
  height: 300px;
  margin: 10px;
  padding: 10px;
}

#pantry{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}
.container{
  display: flex;
  padding: 5px;
}

h1{
    text-align: center;
    padding: 10px 0;
    font-size: 60px;
}

.header{
    text-align: center;
    margin: auto;
}

#btn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 3px solid green;
} */
