body {
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#Home {
    background: url(hero\ section.jpg) no-repeat center center/cover;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.my-image img {
    border-radius: 20%;
    padding: 20px 10px;

}
.about-img img {
    border-radius: 50%;
}



.overlay {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 900px;
}

.video-box {
    object-fit: cover;
    width: 20%;
    height: fit-content;
}

footer {
    margin-top: auto;
    background-color: #212529;
    /* keep your dark color */
    color: white;
    text-align: center;
    padding: 15px 0;
}
.video-box video {
    width: 100%;
}