.bi {
    margin-left: 10px;
}

.project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.project-video-container {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
}

.project-video {
    width: 100px;
    flex: 1 1 auto;
}

.project-video-caption {
    background-color: #F4F5F4;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    padding: 10px;
}

.project-video-description {
    text-align: justify;
}
