@import './tables.css';
@import url('https://unpkg.com/photoswipe@5.2.2/dist/photoswipe.css');
hr {
    margin: 20px 0 !important;
}

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

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

#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-img::-webkit-scrollbar {
    display: none;
}
.carrusel-img {
    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);
}

.preview-project-img {
    border-radius: 20px;
    box-shadow: 0 0 15px #2000ad;
}

#new-project-description a {
    color: rgb(165, 155, 255);
}
