html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 40px;
}

html,
body {
  background: #fff;
  color: #111;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 16px;
}

h1 {
  margin-top: 0;
}

a {
  color: #f34836;
}

.demo-column {
  max-width: 1280px;
  min-width: 640px;
  margin: 0 auto;
}

.demo-container {
  background: #e9efee;
  padding: 10px;
}

.demo-item {
  padding: 5px 8px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.demo-item h2 {
  font-size: 24px;
  margin-top: 0;
}

.demo-item button.delete {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  outline: 0;
  color: inherit;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: inherit;
}

.demo-item .content {
  text-overflow: ellipsis;
  overflow: hidden;
}

.demo-item.-style1 {
  background-image: url('../assets/bw.jpg');
  color: #ff4800;
}

.demo-item.-style2 {
  background-image: url('../assets/a.jpg');
  color: #fff;
}

.demo-item.-style3 {
  background-color: #000;
  color: #ff4800;
}

.demo-item.-style5 {
  background-color: #000;
  color: #ff4800;
}

.demo-item.-style7 {
  background-image: url('../assets/b.jpg');
  color: #fff;
}

.demo-item.-style9 {
  background-image: url('../assets/elephants.jpg');
  color: #fff;
}

.demo-item.-style10 {
  background-image: url('../assets/pattern.png');
  background-size: 128px;
  background-repeat: repeat;
  color: #fff;
  image-rendering: pixelated;
}

.demo-item.-style11 {
  background-color: #000;
  color: #ff4800;
}

.demo-item.-style12 {
  background-color: #ff4800;
  color: #000;
}

.demo-item.-style14 {
  background-color: #ff4800;
  color: #000;
}

.demo-item.-static {
  filter: sepia(80%);
}
