body {
	background:rgb(13, 13, 13);
	color:rgb(63, 184, 255);
	font:Lucida Fax;
	font-size:24px;
	font-family:Monospace;
	margin: 0px;
}

#Header {
    margin: auto;
	width: 770px;
	padding-top: 10px;
	text-align:center;
}

#Footer {
    margin: auto;
	width: 720px;
	font-size:18px;
	margin-top:-20px;
}

.HeadText {
	font-size:64px;
	font-weight: bold;
	display:block;
	color:#1030ff;
}

.title {
	font-size:30px;
	display:block;
}

.Row {
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	width: 1520px;
}

.Block {
    margin: auto;
    padding: 10px;
	width: 95%;
	display:block;
	border-top:#1030ff;
	border-left:#1030ff;
	border-right:#0A209B;
	border-bottom:#0A209B;
	border-width:2px;
	border-style:solid;
	margin-top:10px;
	margin-bottom:10px;
	background:rgb(21, 21, 21);
}

.BlockEmpty {
    margin: auto;
    padding: 10px;
	width: 95%;
	display:block;
	border-width:2px;
	border-style:hidden;
	margin-top:10px;
	margin-bottom:10px;
}


.online {
	color:#00FF00;
}

.error {
	color:#FF0000;
}

.desc {
	font-size:18px;
}


a:link,a:visited,a:active {
    color:#088dff;
}
a:hover {
    color: #1030ff;
}

.background {
    position: absolute;
    width: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	margin-left: -2px;
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.HeadText {
		font-size:70px;	
	}

	.Block {
		width:750px;
	}
}

@media screen and (max-width: 1620px) {
	.Row {
		width:100%;
		grid-template-columns: 1fr;
	}


}

.tab {
	display: inline-block;
	margin-left: 40px;
}