body {
    background-color: #004b87;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: 100vh;
}

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.title-name {    
    width: auto;
    height: auto;

    min-width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 96;

}

.guardian{
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.title-image{
    
}

.clippy-location{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.snowflake {
    position: absolute;
    width: 6px;
    height: 6px;
    background: linear-gradient(white, white);
    border-radius: 50%;
/*    filter: drop-shadow(0 0 10px white); */
}
