body {
    background-color: rgb(65, 65, 65);
    height: 500px;
}
.top {
    background-color: #727272;
    overflow: hidden;
}
.top a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px; 
}
.top a:hover {
    background-color: #747474;
    color: aqua;
}
.top a:active {
    background-color: burlywood;
    color: white;
}
h1.head1 {
    color: rgb(189, 189, 189);
    text-align: center;
}
.button {
    background-color: rgb(136, 136, 136);
    position: relative;
    border: none;
    top: 10px;
    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: #d81414;
    position: relative;
}
#row1 {
    border: 2px solid #747474;
}
.footer {
    background-color: #727272;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}