/*
 *  Copyright (c) 2021 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree.
 */

video {
  width: 480px;
  height: 270px;
}

.output {
  width: 960px;
  height: 540px;
  margin: 0px 0px 0px 0px;
}

.error {
  font-size: 20px;
  color:red;
}
