body {
  background-color: #FFFBFB;
  margin: 0px;
}

#terminal {
  color: white;
  font-size: 16px;
  border: 2px solid grey;
  width: 50%;
  border-left: 12px solid grey;
  border-radius: 5px;
  padding: 14px;
  background-color: black;
  margin: auto;
  height: auto;
  min-height: 420px;
  font-family: monospace;
}

.out {
  color: #48E930;
}

.header {
  font-family: 'Share Tech Mono', monospace;
  font-size: 48;
  text-align: center;
}

.subheader {
  font-family: 'Cutive Mono', monospace;
  margin: auto;
  width: 50%;
  padding-bottom: 20px;
}

.subheader h2 {
  font-size: 32;
  width: 70%;
  background-color: black;
  color: white;
  text-align: center;
  margin: auto;
  padding: 10px;
  font-weight: 90;
}

@media only screen and (max-width: 600px) {
  /* For tablets: */
  #terminal {width: 85%; font-size: 12px;}
  .header {font-size: 28;}
  .subheader {font-size: 20; width: 90%; padding-top: 10px;}
  .subheader h2 {font-size: 20; width: 90%;}
}

.logo {
  height: 250px;
}


h1{
    margin:0;
}

a {
    color:#0078ff;
}
#canvas{
    width:100%;
    height: 225px;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: #1a1724;
}
.page-header{
    background:none;
    color:#fff;
    padding:100px 30px;
}
.canvas-wrap{
    position:relative;

}
div.canvas-content{
    position:relative;
    z-index:2000;
    color:#fff;
    text-align:center;
}
.btn{
    background-color: rgba(255, 255, 255, 1);
    color:#606c71;
}

#version {
    width: 100%;
    text-align: center;
    color: grey;
  font-family: 'Share Tech Mono', monospace;

}
