h1 {color:red;}

/* 
	Default font size - 16px
*/

/* HTML Selectors */
body {
	background-color: #000000;
}

h1,
h2 {
	text-align: center;
  font-family: "Cinzel", serif;
  font-weight: normal;
}

p {
	font-family: "Lato", sans-serif;
  font-size: 1rem;
}

ul,
ol {
	display: inline-block;
}

img {
	max-width: 100%;
}

#ingredientsneeded {
	border: 2px solid white;
  background-color: #FFF;
}
#steps {
	border: 2px solid white;
  background-color: #FFF;
}
#links {
	border: 2px solid white;
  background-color: #FFF;
}

/* Classes */
.box {
	background-color: white;
  text-align: center;
  padding: 0.5em;
  margin: 0 1em 1.5em;
  border-radius: 1em;
}