body {
  font-family: 'Courier New', monospace;
  text-align: center;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/230.GIF");
  background-repeat: repeat;
  margin-left: 20%;
  margin-right: 20%;
}

header {
  background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/stars%2010.gif);
  background-repeat: repeat;
  padding: 10px;
}

nav {
  background: black;
  color: #17fc03;
}

.interests {
  min-width: 200px;
  max-width: 350px;
  min-height: 290px;
  max-height: 400px;
  float: left;
  position: relative;
  border-width: 3px;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/1013.GIF");
  background-repeat: repeat;
  border-style: dashed;
  border-color: white;
  margin: auto; 
}

.blinkies {
  width: 350px;
  height: 400px;
  float: right;
  position: relative;
  border-width: 3px;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20242.gif");
  background-repeat: repeat;
  border-style: dashed;
  border-color: white;
  margin: auto;
}

.welcome {
  max-width: 300px;
  min-width: 150px;
  min-height: 300px;
  max-height: 500px;
  position: relative;
  border-width: 3px;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20308.gif");
  background-repeat: repeat;
  border-style: dashed;
  border-color: white;
  margin: auto;
  text-align: center;
}

a:visited {
  color: #17fc03;
}

a:hover {
  color: #f505cd;
}

a:link {
  color: #17fc03;
}

p {
  color: white;
  margin: 10px;
}

li {
  color: white;
}

h1 {
  color: white;
}

h1 {
  color: white;
}

h2 {
  color: white;
}

h3 {
  color: white;
}

h4 {
  color: white;
}

h5 {
  color: white;
}

h6 {
  color: white;
}

.blacktext {
  color: black;
}

.black-bg {
  background-color: black;
}

