.grayBg {
    background-color: #121212;
}
.blackBg {
    background-color: black;
}
.margin2 {
    margin: 2px;
}
.top img {
    filter: invert(1);
}
.bold {
    font-weight: 600;
    cursor: pointer;
}
.bold:hover {
    text-decoration: underline;
}

.endtext {
    font-size: 0.8rem;
    color: rgb(187, 185, 185);
    cursor: pointer;
}
.endtext:hover {
    color: white;
    text-decoration: underline;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.SocialLogos {
    margin-top: 4rem;
    background-color: white;
    filter: invert();
    background-color: transparent;
}
.socialLogo {
    border: none;
    margin: 2px;
    background-color: rgb(235, 231, 231);
    padding: 8px;
    border-radius: 50%;
}
.socialLogo:hover {
    background-color: rgb(190, 188, 188);
}

.grayerBg {
    background-color: #272727;;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #121212;
}

::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
    border: 3px solid #2c2c2c;
}
.index-1 {
 z-index: -1;
}
.index-2 {
    z-index: -2;
}
.index10 {
    z-index: 10;
}
