body {
    background-image: url(8.1.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: top
}

td {
    border-color: black;
    border-width: 5px;
    border-style: double;
    height: 104px;
    width: 600px;
    box-sizing: border-box;
    font-size: 25px;
    text-align: center;
    background-color: grey;
    opacity: 0.7;
}

table {
    height: 150px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    color: black;
    font-size: 100px;
    text-shadow:
        -1px -1px 0 #f00,
        1px -1px 0 #f00,
        -1px 1px 0 #f00,
        1px 1px 0 #f00;
}

h2 {
    color: red;
    font-size: 50px;
}

.hb:hover {
    cursor: pointer;
}

.new {
	border-color: red;
	background-color: red;
}

.beta {
	border-color: green;
	background-color: purple;
}