* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
