a {
    justify-content: center;
    background-color: #5e3bb5;
    font-size: 1.4em;
}

canvas {

      position : absolute;
      width: 0px;
      height: 0px;
      top:0;
      left:0;
      bottom:0;
      right:0;
      border:none;
      margin:0;
      padding:0;
      overflow:hidden;
      z-index:-1;
}

body {

}

img {
    max-width: 2%;
}

.list-group-item {
  width: 1em;
  height: 2.75em;
  margin-left: 2em;
  margin-top: 1em;

}

.fakeButtons {
    height: 10px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    top: 4px;
    left: 16px;
    background-color: #ff3b47;
    border-color: #9d252b;
    display: inline-block;
  }
  
  .fakeMinimize {
    left: 21px;
    background-color: #ffc100;
    border-color: #9d802c;
  }
  
  .fakeZoom {
    left: 26px;
    background-color: #00d742;
    border-color: #049931;
  }
  
  .fakeMenu {
    width: 600px;
    box-sizing: border-box;
    height: 30px;
    background-color: #bbb;
    margin: 0 auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  
  .fakeScreen {
    background-color: #151515;
    box-sizing: border-box;
    width: 600px;
    height: 450px;
    margin: 0 auto;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  p {
    position: relative;
    left: 25%;
    margin-top: -1.75em;
    text-align: left;
    color: #ffff;
    font-size: 2em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    white-space: normal;
    float: right; 
  }
  
  span {
    color: #ffffff;
    font-size: 1.25em;
    font-family: Monospace;
    letter-spacing:2px;

  }
  
 .btn {
   position: relative;
   width: 15em;
   height: 2.5em;
   left: 15em;
 }