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

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

.blk-h {
  background-color: #035;
}

.blk-h img {
  padding: 56px;
  border: 2px solid #eee !important;
  filter: drop-shadow(8px 8px 10px black) !important;
}

.blk-h :hover {
  filter: drop-shadow(2px 2px 4px #009999) !important;
}

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

.get-ip {
  font-size: 16px;
  color: #0ac;
  text-shadow: black 1px 1px 1px;
  padding-top: 12px;
}

#ohm ul li a,
#sun ul li a,
#pwr ul li a {
  text-decoration: none;
  line-height: 3;
  text-shadow: black 1px 1px 1px;
}

#ohm span,
#sun span,
#pwr span {
  border: 1px solid lightgrey;
  background-color: #046;
}

#ohm a:hover,
#sun a:hover,
#pwr a:hover {
  color: #0df;
  background-color: #013;
  font-size: 18px;
}