.border{
    border: 2px solid  red;
    margin: 3px;
}

.flex{
    display: flex;
}

.justify-center{
    justify-content: center;
}

.items-center{
    align-items: center;
}

.bg-black{
    background-color: #130404;
    color: white;
}

.invert{
    filter: invert(1);
}
.bg-grey{
    height: 98%;
}

.home{
    height: 23vh;
}

.bg-grey{
    background-color: #130404;
}

.rounded{
    border-radius: 7px;
}

.m-1{
    margin: 5px;
}

.p-1{
    padding: 10px;
}
/* Style for Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #333; /* Dark track */
}

::-webkit-scrollbar-thumb {
  background-color: #555; /* Darker thumb */
  border-radius: 6px;
  border: 3px solid #333; /* Optional: creates a gap around thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}
.bg-grey{
    height: 95%;
}

.home{
    height: 23vh;
}
