.ganesh {
  display: flex;
  justify-content: center;
}
.ganesh-c {
  width: 800px;
}

html, body {
    background: #222;
    color: lime;
    font-family: 'Ubuntu Mono', monospace;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  footer{
    height: 24px;
    margin-top:auto; 
    padding-left: 5%;
  }

  div{
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  #info{
    color: darkgreen;
  }

  h2{
    padding: 0;
    margin: 0;
  }

  p{
    padding: 0;
    margin: 1px;
  }

  pre{
    padding: 0;
    margin: 0;
  }
  
  #header {
    display: flex;
    align-items: baseline;
  }

  #dict{
    font-family: 'Baloo Tamma 2', cursive;
    font-size: x-small;
  }

  #art{
    font-size: 1vh;
  }

  #qm{
    font-size: 160%;
  }

  #qm:hover{
    color: white;
    cursor: pointer;
  }

  input{
    background-color: transparent;
    border-color: transparent;
    border: none;    
    color: lime;
    font-size: inherit;
    font-family: inherit;
  }
  input:focus{
    outline: none;
  }

  a{
    font-size: inherit;
  }

  a:link{
    color: lime;
  }
  a:visited{
    color: lime;
  }
  a:hover{
    color: white;
  }
  a:active{
    color: lime;
  }




  

  
  
  