@import url('https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:500');

body {
	background-color: rgba(6, 10, 76, 1);
	background-image: radial-gradient(circle, rgba(89, 131, 252, 1) 0%, rgba(41, 53, 86, 1) 100%),  url();
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	color: #F1F1F1
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height : 200px;
	width: 200px;
	border: outset #A7A7A7 5px;
	border-radius: 15px;
	/*
	opacity: 1;
	*/
}

.img_jerryg {
	width: 30px;
	height: 30px;
	border-radius: 50px;
}

.img_suppi_6_1 {
	width: 110px;
	height: 30px;
	border-radius: 5px;
}

.p_100 {
    color: #FFCC00;
	font-family: 'comic sans ms', sans-serif;
	font-size: 28px;
	text-align: center;
}
.p_200 {
	color: #C7C7C7;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-align: center;
}

.hr_c {
	height: 3px;
	background: blue;
	margin: 20px 0;
	box-shadow: 0px 0px 2px 2px #000099;
	border-radius: 10px;
}

.button_100 {
    height: 30px;
    width: 100px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #E9E9E9;
    background: #00009C;
    border: groove #C7C7C7 3px;
	border-radius: 10px;
}
.button_100:hover {
    height: 30px;
    width: 100px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #E9E9E9;
    background: #7093DB;
    border: groove #C7C7C7 3px;
	border-radius: 10px;
}
.button_100:active {
    height: 30px;
    width: 100px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #32CD32;
    background: #7093DB;
    border: groove #C7C7C7 3px;
	border-radius: 10px;
}

/* stopka autorska */

.bloki_stopki {
	width: 300px;
	margin: 0 auto;
	background: #000066;
	border: outset #E0E0E0 1px;
	border-radius: 7px;
	text-align: center;
}
.bloki_stopki .blok1 {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.bloki_stopki .blok2 {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

.div_stopka_universal {
	text-align: center;
	justify-content: center;
}

.span_stopka_universal {
	font-family: "OCR A Std", monospace;
	font-size: 12px;
	color: #D7D7D7;
}

.a_stopka_universal {
	font-family: "OCR A Std", monospace;
	font-size: 12px;
	color: #0091EA;
	text-decoration: none;
}
.a_stopka_universal:hover {
	font-family: "OCR A Std", monospace;
	font-size: 12px;
	color: #99ccff;
	text-decoration: none;
}
.a_stopka_universal:active {
	font-family: "OCR A Std", monospace;
	font-size: 12px;
	color: #D7D7D7;
	text-decoration: none;
	text-decoration-thickness: 2px;
}

/* stopka autorska */
.p_stopka {
	font-family: OCR A Std, monospace;
	font-size: 10pt;
	color: #D7D7D7;
	text-align: center;
}

.a_stopka {
	font-family: Lucida Console, monospace;
	font-size: 12px;
	color: #33CCCC;
	text-decoration: none;
}
.a_stopka:hover {
	font-family: Lucida Console, monospace;
	font-size: 12px;
	color: #33FFFF;
	text-decoration: none;
}
.a_stopka:active {
	font-family: Lucida Console, monospace;
	font-size: 12px;
	color: #D7D7D7;
	text-decoration: none;
}

.p_date {
    color: #e0e0e0;
	font-family: 'OCR A Std', monospace;
	font-size: 18px;
	text-align: center;
}


