html, body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
}

.cursor-pointer {
    cursor: pointer;
}

.user-image {
    width: 25%;
}

.video-text {
    height: 3rem;
    overflow: hidden;
} 

.video-thumbnail {
    aspect-ratio: 5/7;
    object-fit: cover;
}

.video-views {
    bottom: 0; 
}

@media (min-width: 576px) {
    .user-image {
        width: 100%;
    }
}
