html{
 scroll-behavior:smooth;
}
body {
  background-image: url(./img/ediblesbg.jpg);
  background-size: 100%;
}
.content {
  /* background-color: rgba(250, 250, 210, 0.88); */
  background-color: lightgoldenrodyellow;
  width: 50%;
  padding: 50px;
  margin: 75px auto;
}
.link {
  color: black;
  text-decoration: none;
}

.link:hover {
  color: darkblue;
  text-decoration: none;
  cursor: pointer;
}
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  height: auto;
}
