@font-face {
	font-family: "Bluu Next";
	src: url("fonts/bluunext-bold-webfont.woff") format("woff"),
	url("fonts/bluunext-bold-webfont.svg") format("svg");
	}

body{
	width: 100%;
	height: 100%;
	background: rgb(84,84,120);
	background: linear-gradient(180deg, rgba(84,84,120,1) 16%, rgba(60,65,79,1) 73%, rgba(64,73,85,1) 100%);
    background-attachment: fixed;
}

.top {
	height: auto;
	width: auto;
	border-bottom: 2px solid;
	display: flex;
	justify-content: center;
}

h1 {
	font-family: 'Bluu Next';
	font-size: 4em;
	line-height: 0.01em;
}

.main-text {
	line-height: 130%;
	font-family: 'Bluu Next';
	margin-left: 1em ;
	margin-top: 1em;
	justify-content: center;
}

.big-div{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.gabgif{
	width: 4em;
	height: 1.5em;
}

.div-left{
	margin-top: 0;
	width: 20%;
	height: 1080px;
	border-right: 2px solid;
}

.div-right{
	width: 80%;
}

.hl {
	border-top: 2px solid;
	margin-top: 0;
}

img {
	width: 2em;
	height: auto;
	margin-left: 20px;
}


#time a{
	font-family: 'Bluu Next';
	font-style: italic;
	text-decoration: none;
	color: inherit;
}

#time a:hover{
	color: #8b8be7;
	cursor: crosshair;
}