/* styles.css */
body {
    font-family: "Kumbh sans", sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0; 
    background-image: url(../assets/bg-training.png);
}

.container .title-section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: relative;
    width: 80%;
    max-width: 800px;
}

.video-container .title {
    font-size: 30px;
    margin-bottom: 25px;
    color: #E92026;
    font-weight: 700;
    text-align: center;
}

.video-container img{
    width: 125px;
    object-fit: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
}

video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.f17{
    font-size: 18px;
    font-weight: 700;
}