body {
    background-color: black;
    color: white;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-container {
    display: none;
    margin-top: 20px;
            max-width: 600px;
}
video {
    width: 100%;
    height: auto;
}
.play-link {
    cursor: pointer;
    text-decoration: underline;
    color: white;
}