
html{
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  margin:0;
  background:#eee;
  color:#111;
}

.rs-container {
  background: #eee;
  width: 100%;
}

.app-title {

  font-family:'Open Sans', sans-serif;
  text-align:center;
  font-weight:400;
  font-size:large;
  text-transform:uppercase;
  color:#111;
  letter-spacing:6px;
}
