.index_homepage a,
.index_homepage p {
    color: rgba(238, 228, 228, 0.897);
    font-size: 8px;
    line-height: 0.1;

}

.index_homepage {
    max-height: 100px;
    overflow: auto;
}

/** TextLink Footer */

.site-footer a, .site-footer p {
	opacity: 60%;
}

.site-footer a:hove {
	opacity: 20%;
}

.site-footer p {
  overflow-x: auto;
  white-space: nowrap;
}

.site-footer p::-webkit-scrollbar {
  height: 6px;
}

.site-footer p::-webkit-scrollbar-track {
  background: transparent;
}

.site-footer p::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}