body 
{
    margin: 0;
    padding: 0;
    background-color: rgb(10,10,11);
    overflow-y: hidden;
    overflow-x: hidden;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.container_main
{
    visibility: hidden;
    background-color: rgba(0,0,0,0);
    width: 300px;
    height: 175px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.container_init
{
    background-color: rgba(0,0,0,0);
    width: 300px;
    height: 175px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.container_main ul
{
    color: rgb(255,255,255);
    list-style: none;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    user-select: none;
}
.container_main a[href] 
{
    color: #fff;
    text-decoration: none;
    font-family: monospace;
    font-size: 13px;
    padding: 5px;
    user-select: none;
}
.container_main a[href]:hover
{
    color: rgb(170, 55, 255);
    text-decoration: underline;
    font-family: monospace;
    font-size: 13px;
    padding: 5px;
}
.container_main img
{
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    filter: brightness(10%) sepia(1) saturate(100) hue-rotate(275deg) drop-shadow(0 0 10px #aa37ff);
    position: relative;
    user-select: none;
}
.title, .title:link, .title:active, .title:visited
{
    color: rgb(170, 55, 255) !important;
    font-family: monospace;
    font-style: normal;
    font-size: 17px;
    text-shadow: 0 0 8px #aa37ff;
    user-select: none;
}
* {
    cursor: url(https://vxmap.pages.dev/assets/oth.cur), auto !important;
}
/* 
@keyframes title-glow 
{
    from {
        text-shadow: 0 0 15px #c471ff;
    }
    to {
        text-shadow: 0 0 8px #aa37ff;
    }
} */
