/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

html {
  width: 830px;
  height: 1024px;
  background-image: url('backdrop/tile.png');
  background-repeat: repeat;
  overflow: scroll;
}

.text {
  font: 30px Georgia, bold;
  color: white;
}

.mainbox {
  border: black 5px solid;
  width: 830px;
  height: 800px;
  margin: auto;
  background-color: white;
}

construction {
  text-align: center;
  color: black;
  font: 50px Monospace, bold;
  padding: 10px;
  background-color: #FFE543;
  outline: 10px solid black;
  position: absolute;
  top: 400px;
}

#banner {
  position: absolute;
  margin: auto;
}

#neocities {
  position: absolute;
  top: 1200px;
  margin: auto;
}