body {
  background: #006677
}

.home a {
  text-decoration: none;
}

/* ГОЛОВНА */
.home {
  border-left: #eee 3px solid;
  border-right: #eee 3px solid;
  border-top: #eee 4px solid;
}

.tag-l {
  width: 100%;
  padding: 8px 0;
  color: #ccc;
  text-align: left;
  text-shadow: black 1px 1px 1px;
  filter: drop-shadow(0 0 10px black);
  font-size: 24px;
}

.blk-h {
  background-color: #034;
  cursor: pointer;
}

.blk-h img {
  padding: 28px;
  border: 2px solid #eee !important;
  filter: drop-shadow(8px 8px 10px aqua) !important;
  transition: transform 0.3s ease;
}

.blk-h a {
  pointer-events: auto;
}

.modal.hide-large a {
  line-height: 2;
  font-size: 18px;
}

.modal h2 {
  text-shadow: black 1px 1px 1px;

}