.text {
  font-size: 14px;
}
.tri {
  margin-top: 25px;
}
.ddm_link {
    margin-top: 40px;
    display: inline-block;
    box-shadow: 3PX 3px 3PX 1PX rgba(0, 0, 0, 0.4);
}

.ddm_link:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

.ddm_link:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.hyk_link {
    display: inline-block;
    box-shadow: 3PX 3px 3PX 1PX rgba(0, 0, 0, 0.4);
}

.hyk_link:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

.hyk_link:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
