body {
  font-family: "Changa One"; /*'Changa One', cursive;*/
}

@media print {
  .nl-container {
    page-break-inside: avoid;
  }
}

/* Numerolaput */
.nl-container {
  padding-top: 33px;
  border-radius: 10px;
  page-break-inside: avoid;
  width: 380px;
  /*height: 360px;*/
  /* TYTTÖJEN VÄRI */
  /* background: radial-gradient(circle, rgba(0,255,156,1) 12%, rgba(76,9,121,1) 55%, rgba(23,49,148,1) 100%); */

  /* POIKIEN VÄRI */

  background-image: radial-gradient(red, rgb(8, 8, 182), white);

  /*
  background-image: linear-gradient(
    to right,
    rgb(0, 255, 0, 0.5) 20%,
    white 35%,
    white 65%,
    rgb(255, 0, 0, 0.5) 80%
  );
  */

  /*
  background-image: repeating-conic-gradient(
    red 0deg 30deg,
    white 30deg 60deg,
    green 60deg 90deg
  );
  */

  /*
  background-image: repeating-conic-gradient(
    rgb(224, 162, 235) 0deg 30deg,
    rgb(143, 219, 204) 30deg 60deg,
    rgb(224, 214, 94) 60deg 90deg
  );
  */

  /*background-color: orange;*/
  display: table;
  margin: 0px 1px 5px 5px;
  /*padding-top: 50px;*/
}

.nl-header,
.nl-body,
.nl-footer {
  position: relative;
  padding: 3px;
  margin: 8px;
  border-radius: 10px;
  border: 1px solid black;
}

.abs {
  position: absolute;
}

.name {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.nl-header {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}

.nl-header img {
  height: 33px;
  /*height: 40px;*/
  padding: 2px;
}

.nl-body {
  background-color: rgba(255, 255, 255, 0.1);
  color: black;
  text-align: center;
  font-size: 88px;
  padding: 20px 0px 20px 0px;
  /*padding: 10px 0px 10px 0px;*/
  line-height: 70%;
  /*text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;*/
  /*text-shadow: 0 0 2px white; /* horizontal-offset vertical-offset 'blur' colour */
}

.nl-footer {
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 5px 0px 10px 0px;
  font-size: 20px;
}

sup {
  font-size: 50%;
}

.img-container {
  background-color: white;
  display: inline-block;
  border-radius: 5px;
}
