
*, *:before, *:after {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}

/* подключение шрифтов. начало */ 

@font-face {
    font-family: 'PressStart2PRegular';
        src: url('https://fontlibrary.org/assets/fonts/press-start-2p/6b0a4bbcec8eb53940cbfcb409a788ee/74496d9086d97aaeeafb3085e9957668/PressStart2PRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

 
@font-face {
    font-family: 'Press Start 2P';
        src: url('https://fontlibrary.org//assets/fonts/press-start-2p/6b0a4bbcec8eb53940cbfcb409a788ee/74496d9086d97aaeeafb3085e9957668/PressStart2PRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }
/* подключение шрифтов. конец */ 



/* glitch Кнопки  начало*/
.btn-glitch {
  transform: translateZ(0);
  overflow: visible;
}
.btn-glitch.btn-glitch-active {
  -webkit-filter: url("#filter");
  filter: url("#filter");
}
.btn-glitch.btn-glitch-active::after, .btn-glitch.btn-glitch-active::before {
  content: '';
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
}
.btn-glitch.btn-glitch-active::after {
  left: -2px;
  background-color: #ff536b;
  animation: colorshift-red 2.6s infinite;
  animation-timing-function: step-end;
}
.btn-glitch.btn-glitch-active::before {
  right: -2px;
  background-color: #3ffeff;
  animation: colorshift-blue 2.6s infinite;
  animation-timing-function: step-end;
}


@keyframes colorshift-red {
  0%, 7% {
    background-color: #ff536b;
  }
  8%, 18% {
    background-color: transparent;
  }
  19% {
    background-color: #ff536b;
    width: 2px;
  }
  23%, 100% {
    background-color: transparent;
  }
}
@keyframes colorshift-blue {
  0%, 7% {
    background-color: #3ffeff;
  }
  8%, 18% {
    background-color: transparent;
  }
  19% {
    background-color: #3ffeff;
    width: 2px;
  }
  23%, 100% {
    background-color: transparent;
  }
}
/* glitch Кнопки  конец*/


/* Подвал конец*/

.BOTfuckyou {
position: static; 
background-image: url(https://bot-radio.neocities.org/img/botradio.png);   
background-size: 100% 100%;
background-repeat: no-repeat;
 height: 936px;
 width:963px; }	


.menu-c {height: 936px;
 width:963px; }

.menu-con{
	
margin: auto;

	background: #3c0101;
    width: 500px;
	height: 150px;
	border-style: solid;
	border-width: 2px;
	border-color:#de0c01;
	padding: 5px;
	font-family: 'Press Start 2P';
	font-size: 20px;
	text-align: center;
	color: white;
	line-height: 1.2;
	z-index: 99999;
	
}

.menu-con p{
    margin-top: 6px;font-family: 'Press Start 2P';
}
.menu-con button{
    cursor: pointer;
    height: 50px;
    line-height: 30px;
    font-family: 'Press Start 2P';
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: #da0c01;
    text-transform: uppercase;
	text-shadow: 1px 1px 10px black;
    border: 3px solid #000000;
    padding: 0 45px;
    margin: 20px 0 0 0;
    display: inline-block;
}
/* Ховер для кнопок

.knopka:hover a img {display:none;}*/