body {
  background: url(https://lightliving.neocities.org/background.jpg);
  background-repeat: repeat;
  background-size: 10em;
  text-align: center;
  color: white;
  padding: 50px;
  margin: auto;
  font-family: MS Gothic;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 300px;
  flex-flow: row wrap;
  scale: 0.9;
}

a:link {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: orange;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

div {
  width: 500px;
  margin: 5px;
  overflow: auto;
}

.header {
  width: auto;
  background-color: #ffffff;
  height: 150px;
  background-size: 100%;
  background-image: url("https://lightliving.neocities.org/images/header.gif");
}