/* =====================================================
   1. IMPORTS
===================================================== */

@import url("/css/base/reset.css");
@import url("/css/base/theme.css");


/* =====================================================
   2. PAGE BACKGROUND FIX
===================================================== */

html,
body{
  background:#020d07;
}

body{
  min-height:100vh;
}

main{
  background:#020d07;
}

.game-library{
  margin-bottom:0;
}