/*proprietery jamesco css do not stel!!!*/
body {
  background-color: #111;
  color: white;
  font-family: Helvetica;
  margin: 0px;
  height: 100%
}
header{
  height: 5vh;
  border-bottom: 3px solid white;
  text-align: center;
}
#head-header{
  color: white;
  text-shadow: -2px -2px 5px #fc25df, 2px 2px 5px #1aefef;
}
#content{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 92vh;
  align-items: stretch;
}
#left-side{
  width:20%;
}
#center{
  width:60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#right-side{
  width:20%;
}
.cyan{
  color: #1aefef;
}
.pink{
  color: #fc25df;
}
em{
  color: #fc25df;
}