@import url(//fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,600&family=Josefin+Slab:wght@600&family=Open+Sans:wght@400;700&family=Yellowtail&display=swap);
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #2a2a2a;
}

hr {
  display: none;
}

img {
  max-width: 100%;
}

p {
  word-wrap: break-word;
  margin-bottom: 15px;
}

pre {
  white-space: pre-wrap;
}

.alignleft, .alignleft {
  float: left;
  margin: 10px 10px 5px 0;
}

.alignright, .alignright {
  float: right;
  margin: 10px 0 5px 10px;
}

main.center {
  padding: 4% 3%;
  padding-bottom: 100px;
}

h1.entry-title {
  font-family: "Josefin Slab", Georgia, "Times New Roman", Times, serif;
  font-size: 48px;
  letter-spacing: 2px;
  color: #000000;
  margin-top: 0;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 1.52px;
  margin-top: 0;
}

#recipe-layout {
  width: 100%;
  margin-top: 50px;
}

#recipe-content {
  border: 2px solid #000000;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
#recipe-content td, #recipe-content th {
  border: 2px solid #000000;
}
#recipe-content th {
  padding: 10px;
}
#recipe-content th div {
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
}
#recipe-content th span {
  font-family: "Yellowtail", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  white-space: nowrap;
}
#recipe-content .ingredients {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  padding: 20px;
}

.text-center {
  text-align: center;
}

.footer {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}
.footer h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 1.4px;
}

#to-serve {
  border: 2px solid #000000;
  padding: 30px;
  font-weight: 500;
  margin-top: 40px;
  font-size: 14px;
}
#to-serve h3 {
  margin-bottom: 10px;
}
