/*! font Shadows Into Light by Kimberly Geswein (kimberlygeswein.com) licensed under SIL OFL 1.1 */
@font-face {
  font-family: "Shadows Into Light";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Shadows Into Light"), url(/ShadowsIntoLight-Regular.ttf.trimmed.cfdf4fc2b10e6fb61fca4869764538521fc584b3612f0a920052d8c2a71f2155.ttf) format("truetype"); }

* {
  transition: all 250ms; }

html, body {
  text-align: center;
  font-family: "Shadows Into Light", fantasy, cursive;
  background: linear-gradient(60deg, #bae1ff, #bae1ff, #baffc9, #ffffba, #ffdfba, #ffb3ba, #ffb3ba);
  color: black; }

h1 {
  font-size: 4em; }

h1, figure {
  margin-bottom: 3em; }

main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

figure {
  padding: 1em;
  width: 600px;
  display: block;
  background: whitesmoke;
  color: darkslategray;
  font-weight: 600;
  font-size: 2em;
  box-shadow: 1em 1em 5em black;
  transform: rotate(var(--rotation));
  margin-left: auto;
  margin-right: auto; }
  figure img {
    border: 0.05em dotted darkslategray; }

/*# sourceMappingURL=main.c777dc88cc427176f03a8d98e331ce87d04dcfcac14dff38eb7f8436d7e55ee3.css.map */