/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  /* outline color is grey 200 */
  outline: 1px solid #e2e8f0;
  outline-offset: -1px;
  overflow-x: hidden;
}

/* .content {
  width: 100%;
} */

#container {
  height: 100%;
}
