
body, html {
    background-color: #000;
    height: 100%;
    margin: 0;
}
a {
    text-decoration: none;
}
.page_body {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pagination_scroll::-webkit-scrollbar{
    display: none;
  }
h1 {
    font-size: 1.4em;
}
.page_title {
    padding: 0.5em 0;
}
h2{
    font-size: 1.2em;
}
h2.title {
    margin-top: 1em;
    font-size: 1.2em;
}

.table-responsive{
    margin: 0 auto;
    max-width: 1000px;
}
.table {
    color: #ccc;
    position: relative;
    margin-bottom: 0;
}
.centering-all {
    height: 100%; 
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    justify-content: center; 
    text-align: center;
}
.centering {
    text-align: center;
}
.logo {
    text-align: center;
}
.logo img {
    max-width:4rem; 
}
.logo strong {
    margin-top: 0.5rem;
    display: block;
    font-size: 22px;
    color: #FFA800; 
}
.index-logo img {
    max-width:7rem; 
    height:auto; 
}
.index-logo strong {
    font-size: 36px;
}
.new-game-form {
    margin-top: 1rem;
}
.games-table {
    width: auto;
}