.which-of-the-7-deadly-sins-are-you-guilty {
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
  background: -moz-linear-gradient(180deg, black 0%, #310303 56.25%, #3d0404 100%);
  background: -webkit-linear-gradient(180deg, black 0%, #310303 56.25%, #3d0404 100%);
  background: linear-gradient(180deg, black 0%, #310303 56.25%, #3d0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3d0404", GradientType=1);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.which-of-the-7-deadly-sins-are-you-guilty .star {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.which-of-the-7-deadly-sins-are-you-guilty .star img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.which-of-the-7-deadly-sins-are-you-guilty .fire {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.which-of-the-7-deadly-sins-are-you-guilty .fire img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.which-of-the-7-deadly-sins-are-you-guilty .shade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.which-of-the-7-deadly-sins-are-you-guilty .shade img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.which-of-the-7-deadly-sins-are-you-guilty .deadly-sins {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.which-of-the-7-deadly-sins-are-you-guilty .deadly-sins img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
