
* {
  box-sizing: border-box;
}

html,
body {
  height:100%;
}

.game_image {
  max-width:90%;
  height:auto;
  max-height:90vh;
  min-width:90vmin;
  min-height:90vmin;
}

.column {
  float: left;
  padding: 10px;
  background-color: #4c5738;
}

.left {
  width: 25%;
  text-align: left;
}

.right {
  width: 75%;
  text-align: center;
}

h1 {
  color: rgb(209, 244, 73);
  font-size: 20pt;
  line-height: 20pt;
}

body {
    background-color: #4c5738;
    font-family: Arial;
    color: rgb(143, 183, 88);
    font-size: 1ems;
    line-height: normal;
}