body {
  font-family: cursive;
  background: lightblue;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  width: 50%;
}

canvas {
  display: block;
}

.pannukakku-header-major {
  text-align: center;
  margin: auto;
  width: 60%;
  padding: 10px;
}

.pannukakku-header-minor {
  padding: 10px;
  color: blue;
}

.pannukakku-text {
  font-family: cursive;
  color: red;
}

.pannukakku-text-footer {
  font-family: cursive;
  color: red;
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.pannukakku-items {
  list-style: radial-gradient(lightblue, red, blue, lightblue, lightblue);
}

.pannukakku-items-alt {}

.pannukakku-image {
  float: right;
  border-radius: 10%;
  transition: 0.3s;
}

.pannukakku-image:hover {
  border-radius: 50%;
}