:root {
    --text-color: #FFD700; /* объявляем переменную */
}

body {
  background: #000 url('/bg.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
/*
body {
    background-color: #000000;
}
*/

a {
    color: var(--text-color);
}

p {
    color: var(--text-color);/*#2C0571*/
	font-size: 32;
	font-weight:bold;
}
a:visited {
    color: var(--text-color); 
}

a:hover {
    color: #f66d52; 
    text-decoration: underline; 
}


.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.4);
	align-items: center;
	align-content: center;
	justify-content: center;
}

.modal-content {
	display: block;
}

hr {
	height: 2px;
	background: var(--text-color);
	border-top: 2px solid var(--text-color);
	border-bottom: 2px solid var(--text-color);
}

/*
p {
    color: #2C0571;
	font-size: 30;
    text-decoration: none;
	font-weight:bold;
	line-height: 1.5;
}*/


td {
	color: var(--text-color);
	font-size: 36;
    text-decoration: none;
	font-weight:bold;
	line-height: 1.5;
}


table{
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
}

