body{
	font-family: 'Noto Sans';font-size: 22px;
	background-color:#232946;
}

canvas{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}

#header{
	text-align: center;
}

#text_date{
	font-weight: bold;
	font-size: 25px;
	color: #fffffe;
}

#date{
	font-size: 20px;
	color: #fffffe;
	font-weight: bold;
}

#txt{
	color: #b8c1ec;
	font-weight: normal;
}