/* fragment makes a block appear after a mouse-click. We always use it for code blocks so it inherits the sizes*/
.fragment {
  width: 100%;
  height: 100%;
}

.embedded-hedy {
  width: 100%;
  height: 520px;
}

.slides code {
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: ui-monospace, monospace;
  font-weight: 400;
  background: #272822;
  color: #ff6188;
  font-size: 90%;
}
