body {
  font-family: 'Cousine', monospace;
  background-image: url("https://cowgrls.neocities.org/images/backgrounds/bgacstew.png");
  text-align: center;

}

p {
  text-align: center;
  padding: 5px;
  font-family: 'Walter Turncoat', cursive;
}

a {
  color: #00ffe9;
}


.titleimg {
  padding: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  grid-area: header;
}

.titleimg img {
    max-height: 280px;
}

.introwrapper {
  display: grid;
  padding: 10px;
  margin-top: 10px;
  margin-left: 18%;
  margin-right: auto;
  grid-template-columns: 250px 250px 150px 450px;
  grid-template-rows: auto;
  grid-template-areas: 
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
  gap: 20px;
}

.introtext {
  grid-area: main;
  width: 600px;
  height: 350px;
  background-color: #F6F6C6;
  border: double;
  border-width: 15px;
  border-color: #E9610B;
  border-radius: 50%;
  padding: 10px;
  margin-top: 10%;
  margin-left: -100px;
  font-family: 'Walter Turncoat', cursive;
  font-size: 21px;
  color: #3f1800;
}

.introtext p {
  text-align: center;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 470px;

}

.papyrus {
  grid-area: sidebar;
  width: 650px;
  height: 400px;
}

.papyrus img {
  z-index: -2;
  max-height: 620px;
  width: 650px;
  margin-top: -40px;
}

.papyrus p {
  font-family: 'Walter Turncoat', cursive;
  z-index: 2;
  max-height: 400px;
  max-width: 470px;
  font-size: 19px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  color: #3f1800;
}



.recipebox {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 10%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 85%;
  height: 800px;
  background-color: #F6F6C6;
  border: double;
  border-width: 15px;
  border-color: #A2C220;
  border-radius: 5%;
}

.recipebox h1 {
  font-family: 'Permanent Marker', cursive;
}

.cipeside {
  order:1;
  display: flex;
  flex-flow: column nowrap;
  width: 30%;
  height: 60%;
  padding: 30px;
  margin-top: 80px;
}
.recipetitle {
  font-family: 'Permanent Marker', cursive;
  font-size: 55px;
  color: #E9610B;
  text-align: left;
  order: 1;
  margin-top: -115px;
  margin-bottom: 20px;
  margin-left: 10px;
  overflow-x: visible;
}
.cipeside img {
  border-radius: 15%;
  border: medium;
  border-color: #657C00;
  height: 325px;
  width: 325px;
  margin-left: 10%;
  margin-top: -10px;
  order: 2;
}

.cipeside p {
  text-align: center;
  font-size: 22px;
  width: 420px;
  font-family: 'Hi Melody', cursive;
  color: #3f1800;
  order:3;
  margin-top: 10px;
}

.cipetext {
  order: 2;
  margin-right: 20px;
  width: 66%;
  height: 730px;
  margin-top: 50px;
  font-family: 'Walter Turncoat', cursive;
  font-size: 18px;
  color: #3f1800;
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

.cipetext h2 {
  text-align: left;
  margin:10px;
  color: #E9610B;
}
.cipetext h3 {
  text-align: center;
  margin:10px;
  margin-right: 450px;

  color: #6D8601;
}

.cipetext ul {
  float: right;
  width: 75%;
  text-align: left;
  padding: 5px;
}
.cipetext b {
  font-size: 20px;
}
.cipetext ol {
  float: right;
  width: 75%;
  text-align: left;
  list-style-type: upper-roman;
  font-size: 20px;
  padding: 5px;
}

.cipetext scrollbar {
  padding: 5px;
}