@font-face { 
	font-family: "ix"; 
	src: url("../fonts/tingle-tuner.ttf") format("truetype"); 
}

.Header{
  width: 512px;
  padding: 2px;
  position: relative;
  margin: 0 auto;
  border: 2px solid #ffffff;
  
}

.container{
  margin: 64px 10%;
  height: 200%;
  border: 2px solid #ffffff;
}

body {
  cursor: url("../../assets/Normal.cur"), auto;
  background-image: url("../assets/OS7-PCB.png"); /* The image used */
  background-color: #b3e5ff; /* Used if the image is unavailable */
  Height: 768px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: repeat; /* Do not repeat the image */
  /*background-size: cover; /* Resize the background image to cover the entire container */
  color: white;
  font-family: "ix", chicago;
  text-align: center;                              
}