@charset "utf-8";
/* CSS Document */

body {
  background-color: black;	
  background-image: url("images/watchingyou.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  position: relative;
  color: white;	
  }
/* Position the navbar container inside the image */
.container {
  position: relative;
  margin: 10px;
  width: 150px;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 10px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
