* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
html, body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  }
  @font-face {
      font-family: 'VG5000';
      src:    url('../fonts/VG5000-Regular_web.eot');
      src:    url('../fonts/VG5000-Regular_web.eot?#iefix') format('embedded-opentype'),
              url('../fonts/VG5000-Regular_web.woff') format('woff'),
              url('../fonts/VG5000-Regular_web.woff2') format('woff2'),
              url('../fonts/VG5000-Regular_web.ttf') format('truetype'),
              url('../fonts/VG5000-Regular_web.svg#svgFontName') format('svg');
      font-weight: normal;
      font-style: normal;
  }
body {
  width: 1920px;
  background-color: #0000ff;
  background: url("frgmnt_20210510a-backyard.gif");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #000000;
  font-size: 50px;
  font-weight: 999;
  font-family: Times, Georgia, serif;
  letter-spacing: -2px;
  text-shadow: 1px 1px #0000ff;
}
a {
  color: #ffcc00;
}
a:hover {
  color: #ff2200;
}
#explorer {
  width: 1123px;
  float: left;
}
#internet {
  float: left;
  margin-left: 0;
  width: 150px;
  margin-right: 100px;
  background-color: #0000ff;
  background: url("explore-the-internet-600px-bg.gif");
  background-repeat: repeat-y;
  background-position: left;
  background-size: 150px;
  color: white;
}
#internet img {
  width: 150px;
}
#internet .folder {
  width: 35px;
}
#internet p {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "VG5000", "Courier", Courier, monospace;
  letter-spacing: 0;
  text-shadow: 0;
}
#watermountain {
  width: 1024px;
  height: 768px;
  padding-top: 144px;
  text-align: center;
  background-color: #0000ff;
  background: url("frgmnt_20210511a-water-mountain-4.gif");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
nav {
  clear: both;
}
