.profile {
  max-width: 250px;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.published {
  color: var(--theme-foreground-muted);
  font-size: 0.9em;
  margin: 0 0 3em 0;
}

[class^="plot-"] {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}