body {
  image-rendering: pixelated;
  background: url(/images/newimage.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  color: black;
  font-family: "Courier New", monospace;
}

a {
  color:white;   
}
a:visited {
  color:white; 
}

timeDis {
  position: fixed;
  right: 2%;
  font-family: 'Courier New', monospace;
  font-size: 30px;
  letter-spacing: -0.2vw;
}

indexBar {
  image-rendering: pixelated;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 94%;
  left: 0px;
  background-color: #5e667d;
  font-size: 22px;
  padding: 8px;
  padding-left: 4%;
  color: white;
  text-shadow: 2px 2px 2px black;
}

indexIcon {
  position: fixed;
  left: 1vw;
}

indexIcon:hover {
  filter: brightness(65%);
}

pagesMenu {
  display: none;
  position: fixed;
  image-rendering: pixelated;
  width: 17vw;
  height: 10vw;
  background-color: #5e667d;
  left: 1vw;
  bottom: 8%;
}

pagesLine {
 position: fixed;
 image-rendering: pixelated;
 width: 0.5vw;
 height: 10vw;
 background-color: white;
}

pagesText {
  image-rendering: pixelated;
  position: fixed;
  padding-top: 1vw;
  padding-left: 4vw;
  color: white;
  line-height: 150%;
  font-size: 30px;
  text-shadow: 2px 2px black;
  white-space: pre-line;
}

pagesIcons {
  image-rendering: pixelated;
  position: fixed;
  bottom: 8%;
  left: 2vw;
  line-height: 180%;
}

textBox1{
  padding: 1vw;
  position: absolute;
  background-color: darkgray;
  width: 50vw;
  left: 23vw;
  font-size: 18px;
  white-space: pre-line;
}

@media only screen and (max-width: 600px){
  textBox1{
    width: 82%;
    left: 5%;
    padding: 4%;
  }
  timeDis{
     bottom: 1%;
     right: 3%;
  }
  indexIcon{
    transform:scale(4);
    left: 6vw;
    bottom: 3%;
  }
  indexBar{
    top: 93%;
    padding-left: 13vw;
    padding-top: 4%;
  }
  pagesMenu{
    width: 64vw;
    height: 40vw;
    bottom: 10%;
  }
  pagesIcons{
    transform: scale(4);
    line-height: 70%;
    bottom: 18%;
    left: 8vw;
  }
  pagesLine{
    width: 2vw;
    height: 40vw;
  }
  pagesText{
    padding-top: 3%;
    padding-left: 15vw; 
  }
}