body article img {
  border-radius: 10px !important;
}

body a.navigate_btn {
  color: rgba(0, 26, 255, 0.5);
  font-size: 20px;
}

body #extaPages .block a.overlay {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s linear;
  cursor: pointer;
}

body #extaPages .block a.overlay:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
}

body #extaPages .block a.overlay span.title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
}

@media (min-width: 768px) {
  body #extaPages .block {
    border: 5px solid #fff;
  }
}

body footer {
  padding: 30px !important;
  background: var(--ligthbackground);
  border-radius: 10px !important;
}

