
html, body {
  margin:0;
  padding:0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
  linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
  linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
}

/*
  the video console grows the the height of its
  containing element, so set an explicit height
  here via `inherit`
*/
#videoConsoleNode {
  height: inherit;
}

.launcher-entree {
  padding: 40px;
  background: rgb(37, 37, 37);
  color: rgb(185, 185, 185);
  overflow: auto;
}

.launcher-entree p {
  margin-bottom: 20px;
}
.launcher-entree pre {
  padding: 10px;
  color: #999;
  background-color: rgb(32, 32, 32);
  border-left: 4px solid rgb(99, 117, 201);
}

.launcher-entree h1,
.launcher-entree h2,
.launcher-entree h3 {
  margin-bottom: 15px;
}


.launcher-available {
  color: #666;
}


