html, body {
  height: 100%;
}

body {
  background: #1c66aa url(../assets/images/nubes.png);
  margin: 0;
  padding: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  
}

#game {
  max-width: 1024px;
  width: 100%;
  display:block;
  margin: 0 auto;
}

#close-games .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

#close-games .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

#close-games {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 0;
    right: 0;
    cursor: pointer;
}


@font-face {
    font-family: 'xxx';
    src: url('americantypitctee-boldital-webfont.woff2') format('woff2'),
         url('americantypitctee-boldital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



