
html {
  background-color: #777;
}

body {
  background-color: #777;
}

#fullview-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
}

