body {
  display: flex;
  background-color: hsl(30, 54%, 90%);
  font-family: "Outfit", serif;
  justify-content: center;
  font-size: 1rem;
}

*::selection {
  background: hsl(30, 54%, 90%);
}

.container {
  margin: 50px 0px 50px 0px;
  width: 50%;
  background-color: hsl(0, 0%, 100%);
  padding: 2rem;
  border-radius: 15px;
}

#image-omelette {
  width: 100%;
  border-radius: 8px;
}

h1,
h2 {
  font-family: "Young Serif";
}

#principal-title {
  font-size: 25px;
  text-wrap: nowrap;
}

.sub-title,
ul {
  color: hsl(14, 45%, 36%);
}

h3 {
  color: hsl(332, 51%, 32%);
}

.preparation-time {
  background: hsla(356, 47%, 94%, 0.407);
  padding: 0.5rem 1.5rem;
  border-radius: 0.8rem;
}

.preparation-time ul {
  color: hsl(332, 51%, 32%);
}

.ingredients,
.instructions {
  border-bottom: solid 0.1rem hsl(30, 18%, 87%);
}

.ingredients ul li,
.instructions ol li {
  color: hsl(14, 45%, 36%);
  margin-left: -1rem;
  font-weight: bold;
}

.preparation-time ul li p,
.ingredients ul li p,
.instructions ol li p {
  color: rgb(0, 0, 0);
  font-weight: 200;
}

span {
  font-weight: bold;
}

.cols {
  padding-right: 10rem;
  padding-left: 1rem;
}

table tr td span {
  position: relative;
  font-weight: bold;
  color: hsl(14, 45%, 36%);
}

table {
  border-collapse: collapse;
}

table tr td.cols.line {
  border-bottom: solid 0.1rem rgba(191, 186, 186, 0.372);
}

@media (max-width: 1440px) {
  .container {
    margin: 50px 0px 50px 0px;
    width: 50%;
    background-color: hsl(0, 0%, 100%);
    padding: 2rem;
    border-radius: 15px;
  }

  #principal-title {
    font-size: 2rem;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 85%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 45%;
  }
}

@media (max-width: 300px) {
  html {
    font-size: 45%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 80%;
  }

  body {
    margin: 0%;
  }

  .container {
    width: 100%;
    margin: 0;
    background-color: hsl(0, 0%, 100%);
    padding-left: 2rem;
    border-radius: 0;
  }

  #image-omelette {
    width: 120%;
    margin: -2rem -2rem 0rem -2rem;
    border-radius: 0;
  }

  #principal-title {
    font-size: 2rem;
  }
}
.by {
  margin-top: 50px;
  text-decoration: none;
  color: hsl(30, 80%, 53%);
  font-size: 0.8rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
