@import url("../boot/font/bootstrap-icons.min.css");

.iframe-one{
  width: 350px;
  height: 650px;
  border-top: 18px solid #000;
  border-radius: 15px;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 22px solid #000;
}

.boxdbshadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

.bg-hover:hover,
.bg-hover:focus,
.bg-hover:active,
.bg-hover:target {
  opacity: 0.45 !important;
}