html {
  background-image: url("triangles.png");
  background-size: 200px;
  background-repeat: repeat;
  background-position: center;
}

img, video {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid #3b3b3b;
  background-color: #3b3b3b;
}

#bookmark-box {
  display: inline-block;
  padding: 15px;
  background-color: #1095c1;
  color: white;
  text-decoration: none;
  border-radius: 15px;
  background-image: linear-gradient(135deg, #1095c1 0%, #0a6a8b 100%);
  border: 2px solid #0a6a8b;
  cursor: move;
}/*# sourceMappingURL=theme.css.map */