body {
  background-color: #fff;
}

p.caption {
  font-size: 14px;
  color: gray;
}

a.button {
  padding: 1px 6px;
  border: 1px outset buttonborder;
  border-radius: 3px;
  color: buttontext;
  background-color: buttonface;
  text-decoration: none;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
