body {
    color: rgb(255, 255, 255);
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    margin: 50px 0px 0px 0px;
    line-height: 150px;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin: 20px 0px 20px 0px;
    font-weight: normal;
}

p {
    font-family: "Times New Roman", Times, serif;
}

textarea {
    font-family: "Times New Roman", Times, serif;
}

a {
    font-family: "Times New Roman", Times, serif;
    color: rgb(113, 226, 207);
}

table {
    margin-left: auto;
    margin-right: auto;
}

tr,
td {
    padding: 0px 0px 0px 0px;
}

#overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 3;
    position: fixed;
}

#background {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -5;
    position: fixed;
}

#count {
    font-family: "Times New Roman", Times, serif;
    margin: 0px 0px 0px 0px;
    font-size: 300px;
    line-height: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

#treasure:hover {
    cursor: pointer;
}

#treasure {
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgb(0, 0, 0, 0);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    z-index: 5;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}