.videos-section {
    text-align: center;
    margin: 50px 0;
}

.video-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-title .line {
    flex: 1;
    height: 2px;
    background-color: black;
}

.video-title h2 {
    margin: 0 20px;
    font-size: 2.5rem; /* Increased font size for emphasis */
    font-weight: bold;
}

#video-container {
    padding-top: 50px;
    margin-top: 30px;
}

#random-video {
    width: 1104px; /* Increased width */
    height: 600px; /* Increased height */
}