@font-face { font-family: "Digital"; src: url('../fonts/Adequate-ExtraLight.ttf'); }
@font-face { font-family: "Micro"; src: url('../fonts/MicroExtendFLF.ttf'); }
body {
	background-image: url(bg.jpg);
	background-size: cover;
	background-position: top center;
	background-color:#FFF;
}

.content {
	display: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: table;
	vertical-align: middle;
	height: 100vh;
}

.content .inner {
	display:table-cell;
	vertical-align: middle;
	font-family: "Muli-Light";
}
.time, .date, .seconds {
	font-family: "Micro";
	color:#FFF;
	  text-shadow:
      0 0 10px #fff;
}
.timeblock {
	margin: 0 auto;
	border: solid 1px rgba(255,255,255,0.5);
	line-height: 100px;
	border-radius: 300px;
	padding-top: 110px;
	width: 300px;
	height: 300px;
	box-shadow: inset 0 0 30px rgba(255,255,255,0.5);

}
#particles-js{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.title {
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 500%;
    padding: 200px 0px 300px 0px;
}

.title::last-child {
    padding-bottom: 20px;
    font-size: 1px;
}

.neonText {
  color: #FFA500;
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
}