body {
background-image:
  radial-gradient(circle, #0000 45%, #000f 48%), radial-gradient(ellipse farthest-corner, #fc1c14 20%, #cf15cf 80%);
}

/* dla daty */
.pb_b {
	color: #00CC33;
	font-family: OCR A Std, monospace;
	font-size: 14px;
	text-align: center;
}

/* kolory dni tygodnia */
.color_white {
	color: #D7D7D7;
#	text-align: center;
#	font-family: comic sans ms, sans-serif;
#	font-size: 24px;
}
/* kolory dni tygodnia SOBOTA */
.color_yellow {
	color: yellow;
#	text-align: center;
#	font-family: comic sans ms, sans-serif;
#	font-size: 24px;
}
/* kolory dni tygodnia NIEDZIELA */
.color_red {
	color: red;
#	text-align: center;
#	font-family: comic sans ms, sans-serif;
#	font-size: 24px;
}



h1 {
    color: #FFCC00;
	font-family: "Roboto Mono", monospace;
/*	font-size: 22px; */
	text-align: center;
}




.a_jerryg_2 {
    font-family: 'comic sans ms', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #C7C7C7;
	text-decoration: none;
}
.a_jerryg_2:hover {
	font-family: 'comic sans ms', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #C7C7C7;
	text-decoration: underline dotted 1px #D7D7D7;
}
.a_jerryg_2:active {
	font-family: 'comic sans ms', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #F1F1F1;
	text-decoration: underline dotted 1px #D7D7D7;
}

.img_suppi {
	width: 150px;
	height: 150px;
	border-radius: 50px;
}
.img_off_line_on_line {
	width: 300px;
	height: 100px;
	border: groove #C7C7C7 10px;
	border-radius: 50px;
}
.img_voxfm {
	width: 300px;
	
	border-radius: 10px;
}

/* podstawowy hr */

.hr_a {
	height: 1px;
    background: #009900;
    margin: 20px 0;
    box-shadow: 0px 0px 1px 1px #009900;
}

/* podstawowy p */

p {
	text-align: center;
	color: #E0E0E0;
}

.p_dane_kontaktowe {
	color: #E0E0E0;
	text-align: center;
	font-family: "comic sans ms", sans-serif;
	font-size: 14px;
}

/* -MENU-SECOND- */
.p_menu_second {
	color: #C7C7C7;
	font-family: "OCR A Std", monospace;
	font-size: 18px;
	text-align: center;
}
.button_menu_second {
    height: 30px;
    width: 210px;
	cursor: pointer;
	font-family: Verdana,Geneva,sans-serif; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #E9E9E9;
    background: #00009C;
    border: groove #C7C7C7 3px;
	border-radius: 10px;
}
.button_menu_second:hover {
    height: 30px;
    width: 210px;
	cursor: pointer;
	font-family: Verdana,Geneva,sans-serif; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #C2C2C2;
    background: #7093DB;
    border: groove #C7C7C7 3px;
	border-radius: 10px;
}
.button_menu_second:active {
    height: 30px;
    width: 210px;
	cursor: pointer;
	font-family: Verdana,Geneva,sans-serif; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #E9E9E9;
    background: #7093DB;
    border: groove #C7C7C7 3px;
	border-radius: 10px;
}
/* -KONIEC-MENU-SECOND */

.div_voxfm {
	background-color: #1a237e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	justify-content: center;
	border-radius: 10px;	
}

/* stopka autorska */
.div_stopka {
	text-align: center;
	justify-content: center;
}

.span_stopka {
	font-family: 'OCR A Std', monospace;
	font-size: 12px;
	color: #D7D7D7;
}

.a_stopka {
	font-family: 'OCR A Std', monospace;
	font-size: 12px;
	color: #0091EA;
	text-decoration: none;
}
.a_stopka:hover {
	font-family: 'OCR A Std', monospace;
	font-size: 12px;
	color: #D7D7D7;
	text-decoration: none;
#	text-decoration: none;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
}
.a_stopka:active {
	font-family: 'OCR A Std', monospace;
	font-size: 12px;
	color: #D7D7D7;
	text-decoration: none;
#	text-decoration: none;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
}

/* polityka prywatności */
.span_polityka_prywatnosci {
	text-align: center;
	justify-content: center;
}

.a_polityka_prywatnosci {
	font-family: 'comic sans ms', sans-serif;
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
}
.a_polityka_prywatnosci:hover {
	font-family: 'comic sans ms', sans-serif;
	font-size: 10px;
	color: #D7D7D7;
#	text-decoration: none;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
}
.a_polityka_prywatnosci:active {
	font-family: 'comic sans ms', sans-serif;
	font-size: 10px;
	color: #D7D7D7;
#	text-decoration: none;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
}