
/* ====== GAME STYLE ====== */


/*sooner or later css*/

div.c {
  text-align: center;
} 

div.u {
    text-decoration: underline;
}

div.a { 
  text-indent: 10%;       
}

.copyright {
  position: absolute;
  bottom: 2%;
}

.inactive {
  display: none;
}

.main-content-window.one-col {
  text-align: left;
}

.flex-container {
  height: 100%;
}

.column-one {
  overflow-y: auto;
  padding: 15px;
  box-sizing: border-box;
}

#sol-p001 {
  background-color: black;
}

#sol-p001 img {
  width: 100%;
}