* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
body {
  font-family: "Poppins", sans-serif;
  color: gray;
}
nav {
  background-color: black;
  height: 80px;
  width: 100%;
}
label.logo {
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul {
  float: right;
  margin-right: 20px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 10px;
}
nav ul li a {
  color: blanchedalmond;
  font-size: 18px;
  text-transform: uppercase;
}
h1 {
  font-size: 3.5em;
}
.color-text {
  color: rgba(210, 108, 20, 0.714);
}
p {
  font-size: 16px;
}
.anchor-btn {
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(to right, #ee0979, #ff6a00);
  box-shadow: 10px 10px 30px #ee0979;
  padding: 10px 40px;
  border-radius: 5px;
  color: blanchedalmond;
}
.flex-container {
  margin-bottom: 100px;
}
.half-width {
  width: 40%;
  float: left;
  margin-left: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.half-width img {
  width: 100%;
}
.about-box {
  width: 100%;
  height: 100vh;
  background: url(images/shapes/frameOne.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
}
.recipe-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
.title {
  text-align: center;
}
.recipe-title {
  max-width: 600px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.img-box {
  display: block;
  width: 225px;
  height: auto;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.recipe-box #box-1,
#box-2,
#box-3 {
  width: 20%;
  box-shadow: 10px 10px 40px gray;
  border-radius: 20px;
  float: left;
  margin-left: 110px;
  padding: 20px;
}
.follower {
  width: 80%;
  height: 80px;
  box-shadow: 10px 10px 40px gray;
  border-radius: 20px;
  float: left;
  margin-left: 120px;
  margin-bottom: 100px;
  padding: 20px;
}
.follower-text {
  display: block;
  text-align: center;
  float: left;
  margin-left: 200px;
  color: black;
  font-weight: 700;
}
h3 {
  font-size: 1.5em;
  padding: 5px;
  color: black;
}
.footer {
  text-align: center;
  font-size: 1.3rem;
  background: black;
  color: blanchedalmond;
  padding: 1.5rem 0;
  float: left;
  width: 100%;
}
