.custom-video-frame {
    width: 100%;
    max-width: 700px;
    height: 400px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.enroll-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.enroll-button:hover {
    background-color: #005f8d;
}
