body {
    font-family: "Orbitron", serif;
    font-size:0.75em;
	color: #ffffff;
    background: rgb(24,51,79);
    background: linear-gradient(90deg, rgb(12, 107, 128) 0%, #54798a 65%, #617e84 100%);
}

#LOGO {
    margin: 3em;
    text-align: center;
    filter: drop-shadow(1px 2px 4px #000000); 
}

#LOGO img {width: 15%;}


#NAME {
    font-size: 2.5vw;
    text-align: center;
    text-shadow:2px 2px 7px #000000;
}

.blinking {
    animation: 0.8s blink ease infinite;
    width: 0.51vw;
    height: 0.51vw;
    border-radius: 100%;
    filter: drop-shadow(1px 2px 4px #000000); 

}

@-webkit-keyframes "blink" {from, to {opacity: 0; background-color: white;} 50% {opacity: 1;}}