body {
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: center; 
  background-image: url("https://lamktom.github.io/Foodful/background.jpg");
}

main {
  position: relative;
  right: 10px;
}

#container { 
  background-color: rgba(255, 255, 255, 0.9);
}

p {
  font-size: 8em;
  color: green;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center; 
  font-weight: bold;
}

h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 1px;
}
 
h3 {
  text-align: center; 
  font-size: 1.5em;
  color: green;
  font-weight: bold;
}

button {
  background-color: green;
  color: white;
  margin-left: -5px;
}

.js-search-form {
  display: flex;
  justify-content: center; 
  height: 50px;
}

.js-search-form > input {
  width: 450px;
  text-align: center;
} 

.js-search-form > button {
  width: 90px;
  font-size: 20px;
}

input {
  font-size: 20px;
}

.js-image {
  height: 320px;
  width: 300px;
  border-radius: 20px;
  z-index: -1; 
}

.js-search-results {
  margin-top: 25px; 
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;  
}

.rname { 
  position: relative;
  bottom: 290px;
  font-size: 1em; 
  max-width: 250px;
  display: block;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 2px;
  font-size: 1.3em;
  font-weight: bold;
}

a:link {
  text-decoration: none; 
}

footer {
  position: fixed;
  bottom: 1%;
  right: 0.1%;
  color: gray; 
  font-size: 80%; 
}

#my_container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.col-4{
  height: 350px;
  max-width: 30%; 
}

.relative-parent{
  position: relative;
}

.absolute-child{
  position: absolute;
}