h1 {
	font-family: "Baskervville", serif;
  text-decoration: underline;
}
h2 {
	font-family: "Comic Neue", serif;
  text-align: center;
}
p {
	font-family: "Roboto", serif;
}
body {
	background-color: #183926;
}
figcaption {
	text-align: center;
  font-weight: bold;
  padding: 0.5em;
}
figure {
	border: 2px solid #56C111;
  max-width: 300px;
}
img {
	width: 100%;
}

#header {
	text-align: center;
  color: #65356A;
}
#footer {
	text-align: center;
}
#groups {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#groups h2 {
	text-align: center;
  color: #65356A;
}

.green-box {
	background-color: #CAD786;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.clearfix:after {
	content: "";
  clear: both;
  display: table;
}
.bg-img {
	background-image: url("https://projects.codecraftworks.com/web/LfZGTyNcdnJujJ5OlDGb/assets/comic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media(min-width: 700px) {
	#shulkie {
    float: left;
    margin-right: 0.5em;
  }
}
@media(min-width: 1100px) {
  #emoji:before,
  #emoji:after {
    content: "⚖️";
  }
}