/* styles.css */

.short-item {
    margin-bottom: 20px;
}

.short-item video {
    border-radius: 5px;
}

.short-item h5 {
    margin-top: 10px;
}

.short-item p {
    margin-bottom: 10px;
}

