.video-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.my-video {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}



#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    font-family: "Chiller", cursive;
    text-shadow: 2px 2px 4px rgb(11, 11, 112);
}