@font-face {
    font-family: Hacked;
    src: url(https://hackedfont.com/HACKED.ttf);
}

body {
    background-color: black;
}

.storm {
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	animation:flash 8s linear infinite;
}

@keyframes flash{ 
  0%,  95%,  98% {background-color:transparent}
  96%, 99%, 100% {background-color:#fff} 
}


.main-div {
    width: 100%;
    text-align: center;
}

#logo {
    display: block;
    margin: 50 auto;
    width: 200px;
}

.radar-holder {
    display: block;
    margin: 0 auto;
}

.txt-rotate {
    font-family: 'Hacked';
    font-size: 180%;
    display: inline-block;
    text-align: center;
    color: #ff0921;
}

#radar{
    display: block;
    margin: 70 auto;
    position:relative;
    overflow:hidden;
    width:321px; height:321px;
    background:#222 url("images/radar1.png");
    border-radius: 50%;
  }
  #rad{
    position:absolute;
    width:321px;
    height:321px; background:url("images/radar2.png");
  }
  .obj{
    background:#FF0000;
    position:absolute;
    border-radius: 50%;
    width:4px; height:4px; margin:-2px;
    opacity:0.0;
  }
