body {
    background-color: rgb(65, 65, 65);
}
h1.head1 {
    color: rgb(189, 189, 189);
    text-align: center;
}
.button {
    background-color: rgb(136, 136, 136);
    position: relative;
    border: none;
    top: -30px;
    color: rgb(70, 70, 70);
    padding: 23px 90px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    background-image: url(../images/minecraft_button.png);
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
}
#tbl1 {
   border: 2px solid #747474;
   padding: 0px 100px 50px 0px;
   margin: auto;
   color: rgb(189, 189, 189);
}
#jst {
    color: #747474;
    text-align: left;
    position: relative;
    bottom: 0px;
}
#h1js {
    text-align: center;
    color: red;
}