h1 {color:white;
font-family: "Knewave", system-ui;
font-weight: 300;
  text-shadow: 4px 4px 4px #29123B;
}


h2
{color:white;
   font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  }




ul
{color:white;
   font-family: "Lexend", sans-serif;
font-weight: 700;
	display: inline-block;
   text-align: left;
}
ol
{color:white;
 font-family: "Lexend", sans-serif;
    font-weight: 700;
display: inline-block;
   text-align: left;}




.box {
padding: 15px;
  margin-bottom: 20px;
  border: 2px solid black;
  text-align: center;
}
#main
{background: #020024;
background: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);}


#Ingredients
{background: #090979 }


#Instructions 
{background: #090979 }