*{
	margin: 0;
	padding: 0;
}
body{
  background: #4B0082 url(1572278537.beltar_nyx_and_nightmare_night_1440x900_ptr.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
  filter: brightness(1);
  backdrop-filter: brightness(0.5);
  color: lime;
  height: 100%;
  padding-bottom: 112px;
}
#site{
	visibility: hidden;
	height: 12Px;
	display: none;
}
iframe{
	visibility: hidden;
	height: 12Px;
	display: none;
}
.site{
	visibility: hidden;
	height: 12Px;
	display: none;
}
#site, .site {
    display: none !important;
    height: 12px;
    visibility: hidden;
}

iframe {
    display: none !important;
    height: 12px;
    visibility: hidden;
}
#site, .site {
    display: none !important;
    height: 12px;
    visibility: hidden;
    -moz-visibility: hidden; /* Для Firefox */
}

iframe {
    display: none !important;
    height: 12px;
    visibility: hidden;
    -moz-visibility: hidden; /* Для Firefox */
}
.main{
	width: 100%;
	height: 100%;
}.main-logo img{
	border-radius: 112px;
}
.main-logo{
	position: relative;
	text-align: center;
	color: #00FF00;
}
.main h1{
	font-size: 4rem;
	font-family: "Tahoma";
}
.main p{
	font-size: 2rem;
	font-family: "Tahoma";
}
.buttons{
	font-size: 4rem;
	font-family: "Tahoma";
	color: #00FF00;
	text-align: center;
}
a{
	color: #00FF00;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #00FF00;
	border: solid;
	border-top: none;
	border-right: none;
	border-bottom-width: 12px;
	border-left: dashed;
	border-left-color: green;
	background-image: url(ButtonBackground.png);
}
.screenshots{
	margin-top: 12px;
	text-align: center;
	visibility: hidden;
}
.screenshots img{
	border: solid;
	border-color: #00FF00;
}
.description{
	color: #00FF00;
	text-align: center;
	margin-top: 12px;
	width: 60%;
	margin-left: 20%;
}
.version{
	color: #00FF00;
	text-align: right;
	margin-right: 212px;
}
.versions{
	color: #00FF00;
	text-align: center;
}
.developers{
	color: #00FF00;
	text-align: center;
}
.developer{
	display: inline-block;
	width: 412px;
}.developer img{
	border-radius: 112px;
}
#player{
	width: 712px;
	display: inline-block;
	border-color: lime;
	border-radius: 12px;
}
#PlayerEG{
	width: 712px;
	display: inline-block;
	border-color: lime;
	border-radius: 12px;
}
.communication{
	color: #00FF00;
	text-align: center;
	font-family: "Tahoma";
	font-size: 4rem;
}
.profile{
	color: #00FF00;
	text-align: center;
	font-family: "Tahoma";
}
.games{
	color: #00FF00;
	margin-top: 12px;
	text-align: center;
	font-family: "Tahoma";
	font-size: 4rem;
}
.games img{
	border: solid;
}
.game{
	display: inline-block;
}
.menu{
	background-image: url(ButtonBackground.png);
	width: 60%;
	margin-left: 20%;
	border: solid;
	text-align: center;
}
.menubuttons{
	font-size: 2rem;
	font-family: "Tahoma";
}
.radio{
	text-align: center;
	width: 60%;
	margin-left: 20%;
	background-image: url(ButtonBackground.png);
	border: solid;
	color: #00FF00;
}
button{
	color: #00FF00;
	width: 100px;
	height: 100px;
	border: solid;
}
.splash{
	color: #00FF00;
	text-align: center;
}
.splash a{
	border: solid;
	border-top: none;
	border-right: none;
	border-bottom-width: 12px;
	border-left: dashed;
	border-left-color: green;
}
.radio{
	display: inline-block;
}
.Download {
    background-image: url(ButtonBackground.png);
    width: 60%;
    margin-left: 20%;
    border: solid;
    text-align: center;
    max-height: 300px; /* максимальна висота */
    overflow-y: auto; /* додає прокрутку */
    padding: 10px;
    font-family: Tahoma;
}
.FanFic{
    background-image: url(ButtonBackground.png);
    width: 60%;
    margin-left: 20%;
    border: solid;
    text-align: center;
    padding: 10px;
    font-family: Tahoma;
}
.FanFic a{
	font-size: 29px;
	margin-left: 12px;
	margin-right: 12px;
}
.DownloadPonies {
    display: none; /* Спочатку меню приховане */
    margin-top: 10px;
}
.DownloadPonies a {
    font-size: 29px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}
.HPonies {
    cursor: pointer;
    font-size: 32px;
    padding: 10px;
    border-radius: 5px;
}