body {
  margin: 0px;
}

* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}

.btn:active {
  position: relative;
  top: 3px;
}
.btn svg {
  fill: currentColor;
}
.btn.danger svg {
  fill: #dc3545;
}
.btn.btn-outline-danger svg {
  fill: #dc3545;
}
.btn.btn-outline-danger:hover svg {
  fill: #fff;
}

/*# sourceMappingURL=template.css.map */
