body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f1f3f4;
}

footer {
  padding: 10px;
  background-color: #ff6c6c;
  color: #ffffff;
}

b, strong {
  font-weight: 700;
}

hr.dashed {
  border-top: 1px dashed rgba(0,0,0,.1);
}

.main-layout {
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, .2);
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
}

.content-wrapper {
  padding: 16px;
	word-wrap: break-word;
}
