
#info {
    position: absolute;
    width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family: Monospace;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}
#menu {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.element {
    width: 160px;
    height: 300px;
    box-shadow: 0px 0px 35px rgba(0,255,255,0.5);
    border: 5px solid rgba(127,255,255,0.25);
    text-align: center;
    cursor: default;
}
.element:hover {
    box-shadow: 0px 0px 35px rgba(0,255,255,0.75);
    border: 5px solid rgba(127,255,255,0.75);
}
.element .number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: rgba(127,255,255,0.75);
}
.element .symbol {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    font-size: 3.5em;
    font-weight: bold;
    color: rgba(255,255,255,0.75);
    text-shadow: 0 0 10px rgba(0,255,255,0.95);
}
.element .details {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    font-size: 1.5em;
    color: rgba(127,255,255,0.75);
}

.item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.container-hzhb{
    background: #e4e4ff;!important;
    color: black;!important;
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

button {
    color: rgba(127,255,255,0.75);
    background: transparent;
    outline: 1px solid rgba(127,255,255,0.75);
    border: 0px;
    padding: 5px 10px;
    cursor: pointer;
}
button:hover {
    background-color: rgba(0,255,255,0.5);
}
button:active {
    color: #000000;
    background-color: rgba(0,255,255,0.75);
}