body {
  /* background-color: lightblue; */

  /* leave it to hide the scrollbars */
  overflow: hidden;
}

html, body {
  margin: 0;
  padding: 0;
}

body .container {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container {
  width: 100%;
  height: 100%;
}
