body {
  font-family:arial;
  color:#451e0c;
  background:url("/img/angelic_pretty__error_page_background_by_gaarumageddon_dd5voz7.gif") 0px 0px;
}

#page {
  width:700px;
  margin:5px auto;
}

h1 {
  font-family:Birds;
  margin:0px;
  text-align:center;
  font-size:4em;
  font-weight:normal;
}

#top {
  display:flex;
  gap:5px;
}

#current {
  height:400px;
  width:300px;
  border:1px solid black;
  border-radius:15px;
  background:white;
}

.current-game {
  background:url("/img/gaming/pokemon-ultramoon---button-1558057647973.jpg") 0px 0px / contain no-repeat;
  height:300px;
  width:300px;
  margin:50px 0px;
  border-bottom:1px solid black;
  border-top:1px solid black;
}

#info {
  display:flex;
}

#left {
  width:200px;
  background:white;
}
