.title-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:400px;
    background-color: white;
}

.title-text {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_img {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.content-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:625px;
    background: white;
}

ul.nav-bar {
    list-style-type: none;
    margin: 10px;
    padding: 0px;
    text-align: center;
}

li.nav-item {
  display: inline;
}

a:link.nav-link, a:visited.nav-link {
    display: inline-block;
    /* padding: 10px; */
    margin: 1px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    /* background-color: #bbbbaa; */
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    padding: .2em 2em;
    border-radius: 10px;
}

a:hover.nav-link, a:active.nav-link {
    background-color: #b8a1ff;
    color: #31215F;
}

.nav-links {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:625px;
    background: white;
}

.game-links {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:625px;
    background: white;
    table-layout: fixed;
}

.mainview {
    height: 100%;
    background-position: center;
    background-repeat: repeat;
    background-size:contain;
}

header {
    text-align: center;
}

footer {
    text-align: center;
    color: #fff;
}

main {
    text-align: center;
}

body {
    background-color: #31215F;
}

* {
  box-sizing: border-box;
}

.left, .right {
  background-color: #b8a1ff;
  padding: 10px;
  float: left;
  width: 50%;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 625px) {
  .left, .right {
    width: 100%; /* The width is 100%, when the viewport is 625px or smaller */
  }
}

.testframe {    
    border-image-slice: 210 210 210 210;
    border-image-width: 100px 100px 100px 100px;
    border-image-repeat: stretch stretch;
    border-image-source: url(/images/frames/frame6.png);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:400px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}