body {
    margin: 0;
    padding: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}

video {
    width: 700px; 
    height: 700px; 
    object-fit: cover;  
}