::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: none;
}

body {
    background: var(--bs-dark);
}

.modal {
    color: #333;
}

div .card.post {
    border: 0px; 
    border-radius: 6px; 
    background: var(--bs-gray-800);
}

div .card.post:hover {
    border: 0.5px #385a7c solid; 
    border-radius: 6px; 
    background: #3a454f;
    transition: 0.2s;
}

div.post img {
    max-width: 100%;
    border-radius: 6px;
}

video {
  max-width: 90%;
  padding: 6px;
  border-radius: 10px;
}
