hr {
  margin: 20px 0 !important;
}

h1 {
  text-align: center;
  font-size: xx-large;
}

code {
  background-color: #2c2c2c;
  color: rgb(166, 255, 0);
  padding: 2px 4px;
  border-radius: 4px;
  font-family: 'Courier New', Courier, monospace;
  user-select: all;
  overflow-x: scroll;
}

pre,
code {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

pre::-webkit-scrollbar {
  display: none;
}

#description h2 {
  text-align: center;
  font-size: x-large;
  margin-bottom: 15px;
}

#title-page::after {
  content: 'org';
  font-size: small;
}

.thumbnail-dev2forge {
  width: 80vh;
}

#carrusel-repos::-webkit-scrollbar {
  display: none;
}
#carrusel-repos {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.btn-repo-link {
  border-radius: 200px;
  padding: 5px 10px;
  color: #2563eb;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
  border: 1.5px solid #93c5fd;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-repo-link:hover {
  background-color: #2563eb;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.18);
  transform: scale(1.12);
}
.btn-repo-link img {
  filter: none;
  transition: filter 0.2s;
}
.btn-repo-link:hover img {
  filter: brightness(0) invert(1);
}
