@font-face {
  font-family: Pokeds; /* set name */
  src: url(https://file.garden/ZvZ4vyE050beWbUU/Neocities/fonts/pokeds.woff); /* url of the font */
  font-color: black;
           }      

            body {
                font-family: 'pokeds';
                font-size: 10px;
                margin: 0;
                background-color: #2E2D2D;
                color: #DB711A;
            }

.topbar {
  width: 100v%;
  height: 20px;
  margin: 10px;
  background-color: #170202;
}
          
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar{
  background-color: #170202;
  width: 100px;
  height: 100%;
  float: left;
  position: fixed;
  overflow: scroll;
}
.backbox {
  height: 100%;
  width: 1350px;
  background-color: #170202;
  padding: 5px;
  overflow: scroll;
  margin-left: 140px;
  position: relative
}
.surround {
  height: 100%;
  width: 1352px;
  background-color: #2E2D2D;
  overflow: scroll;
  }
.button {
	Height: 20px;
	width: 100px;
	background-color: #452408;
	font-size: 10px;
	
}
.box2 {
    border: 1px solid #DB711A;
	background-color: #693207;
    height: auto;
	width: auto;
    padding: 10px;
}
.TV {
  background-image: url("https://file.garden/ZvZ4vyE050beWbUU/tv.png");
  background-repeat: no-repeat;
  width: 649px;
  height: 660px;
  float: left;
  margin: 5px;
  padding-top: 88px;
  padding-left: 88px;
  overflow: hidden;
}

h1 {
  color: #DB711A;
}
h2 {
  color: #DB711A;
}
h3 {
  color: #DB711A;
}
h4 {
  color: #DB711A;
}
p {
  color: #DB711A;
}
a {
  color: #DB711A;
}


/*CRT start*/
.scanlines {
    overflow: hidden;
    position: relative;
}
.scanlines:before,
.scanlines:after {
    display: block;
    pointer-events: none;
    content: "";
    position: absolute;
}
.scanlines:before {
    width: 100%;
    height: 2px;
    z-index: 2147483649;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.75;
    animation: scanline 6s linear infinite;
}
.scanlines:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483648;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 51%
    );
    background-size: 100% 4px;
    animation: scanlines 1s steps(60) infinite;
}

/* ANIMATE UNIQUE SCANLINE */
@keyframes scanline {
    0% {
        transform: translate3d(0, 200000%, 0);
    }
}
@keyframes scanlines {
    0% {
        background-position: 0 50%;
    }
}
div {
    margin: 0;
    padding: 0;
}
div.scanlines {
    position: absolute;
}
div .jpg {
    width: 100vw;
    height: 100vh;
    border: none;
}
.jpg {
    background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Philips_PM5544.svg/800px-Philips_PM5544.svg.png")
        no-repeat;
    background-size: cover;
}
body {
    position: relative;
    background: #1b1b1b;
}
/*CRT end*/