body {
  background-color: white;
  background-image: url(https://wallpaperstock.net/wallpapers/thumbs1/8933.jpg);
  background-size: auto;
  color: white;
  font-family: 'Raleway', sans-serif;
}

a {
  color: #F5CF80;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: line-through;
}

::selection {
    color: black;
    background: #F5CF80;
}

::-moz-selection {
    color: black;
    background: #F5CF80;
}


.container {
  width: 100%;
  margin: auto;
}



#tv {
  width: 900px;
  height: 620px;
  background-image: url('http://honeypotmarketing.com/wp-content/uploads/OLD-SCHOOL-TV.png');
  background-size: cover;
  z-index: 2;
  position: fixed;
  margin-left: 17%;
}

#screen {
  width: 650px;
  height: 500px;
  background: black;
  z-index: 1;
  position: fixed;
  margin-left: 20%;
  margin-top: 5%;

}


