.encase {
    text-align: center;
}

.night {
    background-color: black;
    color: white;
}

.maintable {
    width: 800px;
    height: 600px;
    position: fixed;
    margin-left: -400px;
    /* half of width */
    margin-top: -300px;
    /* half of height */
    top: 50%;
    left: 50%;
    border-spacing: 0;
}




.tablecontent {
    border: 1px solid white;
    max-width: 30%;
    max-height: 10%;
    width: 30%;
    height: 10%;
    text-align: center;
}

.info {
    text-align: left;
    vertical-align: top;
    border: 1px solid white;
    font-size: 24px;
}

.sinnerselect {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.table1 {
    border: 2px solid #811313;
    width: 70%;
    margin-left: 15%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 15%);
    justify-items: center;
}


.infotable {
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 2fr;
}

.sinnername {
    border: 2px solid #811313;
    background-color: #811313;
    width: 70%;
    margin-left: 15%;
}