/* Add CSS styles here! */
* {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  font-family: sans-serif;
}

.controls {
  padding: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.controls__group {
  margin-bottom: 1em;
}

header {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.bigolbutton {
  padding: 0.66em 0.5em;
  display: block;
  width: 100%;
  margin: 1.5em 0;
  background: hsla(28, 100%, 75%, 1);
  border: 0.1rem solid hsla(28, 100%, 70%, 1);
  color: hsla(28, 100%, 15%, 1);
  font-size: 1.2rem;
  cursor: pointer;
}

.sheet-wrapper {
  transform: translate3d(-30px, 10px, 10px) scale(0.8) rotate(2deg);
  width: 33vw;
}

.sheet {
  position: relative;
  padding-top: calc(141.4285714286% + 55px);
  box-shadow: 0.25rem 0.25rem 0 hsla(28, 100%, 71%, 1),
    0.5rem 0.5rem 0 hsla(28, 100%, 76%, 1);
}

.sheet embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
