body {
    background-image: url('95.gif');
    background-repeat: repeat;
}

table {
    background-color: rgba(255, 255, 255, 0.9);
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    width: 100%;
    max-width: 500px;
    /* Centers Horizantally */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* Screen Centers */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div {
    border-style: dashed;
    border-width: 1px;
    border-color: #000000;
    text-align: center;
}