
*{
  box-sizing:border-box;
}

body {
  background: black;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 13px;
}

.container{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  color: black;
  background-color: white;
}