@import url();

/* * {
  color: rgb(150, 235, 150);
} */
body {
  margin: 0 auto;
  background-color: #fff1e6;
  min-height: 100vh;
}

#banner {
  padding: 32px;
  background: #766257;
}

footer {
  padding: 12px;
  background: #766257;
}

footer p {
  margin-left: 2%;
  color: #fff1e6;
  text-align: left;
}

li {
  color: #766257;
  font-weight: 400;
  font-family: "Poppins";
  padding: 5px;
  font-size: 15px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: 27%;
  margin-bottom: 10px;
}

h1 {
  margin-left: 27%;
  text-align: left;
  color: #766257;
  font-weight: 700;
  font-family: "Poppins";
  text-align: justify;
}

.img {
  margin-left: 50%;
  display: block;
  margin: auto;
  width: 30px;
}

.img-arrow {
  margin-left: 26%;
  width: 27px;
  border: 2px solid #ffffff;
  background: #8cfa9e;
  border-radius: 30px;
  padding: 8px;
}

h2 {
  color: #ff91b5;
  font-weight: 700;
  margin-left: 27%;
  text-align: left;
  margin-top: 10px;
  font-family: "Poppins";
  text-align: justify;
}

h3 {
  font-family: "Poppins";
  text-align: left;
  color: #766257;
  padding: 20px;
  font-size: 25px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: 25%;
  margin-bottom: 20px;
}

p {
  color: #766257;
  font-weight: 400;
  font-family: "Poppins";
  padding: 20px;
  font-size: 15px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: 25%;
  margin-bottom: 10px;
}

/* class has dot . */

/* QUESTION LINKS TOP OF PAGE */
.reference-links {
  text-align: center;
  font-family: "Poppins";
  font-weight: 800;
  word-spacing: 39px;
}

a {
  color: #857264;
  text-decoration: underline;
}

/* portfolio website link */
.website-url {
  margin-left: 27%;
  text-align: left;
  font-family: "Poppins";
  font-weight: 600;
  border: 1px solid #ff91b5;
  background: #ff91b5;
  border-radius: 25px;
  width: 180px;
  height: 25px;
  padding: 13px;
}

.website-url a {
  color: #fff1e6;
  text-decoration: none;
}

/* div - what html to be styled - {} group declarations for a selector */
/* property - what aspects of design to adjust eg.font-weight */
/*  */
/* curly braces {} */
/* square brackets [] */
/* parentheses <> */
/* round brackets () */
/* colon : */
/* semicolon ; */
/* syntax - rules of writing */
