.sticky {
  background-color: #FFC;
  padding: 1rem;
  height: 10rem;
  width: 10rem;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  font-family: var(--handwritten);

  h1, h2, h3 {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 140%;
    margin: 0 0 1rem 0;
  }
}