.gameimg {
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}
body.dark .gameimg_light {
  display: none;
}
body:not(.dark) .gameimg_dark {
  display: none;
}
.gamedesc {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: auto;
  border: 2px dotted;
  padding: 15px;
  border-radius: 20px;
}
.icon_button_wrap {
  text-align: right;
  margin-top: 12px;
}
