@import './style.css';

h1 {
    width: fit-content;
    margin: auto;
}

.vid-wrapper {
    width: 600px;
    height: 450px;
    margin: auto;
}

.demo-vid {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}