
.main-title{
  font-size: 50px;
  text-align:center;
  color:white;
  font-family: Tahoma, sans-serif;
}



.earth-planet-title{
  font-size: 50px;
  text-align:center;
  color:white;
  font-family: Tahoma, sans-serif;
}



.harry-background{
  background-image: url('SpaceHTML/Untitled\ design\ \(1\).png');
  background-repeat: repeat;
  color:rgb(238, 0, 255);
  size:50;
  font-size: 100px;
  font-family: Tahoma, sans-serif;
  border: 1px;
  text-align:center;
  width: 500px;
  margin: auto;

}



.matthew-background{
  background-image: url('SpaceHTML/Untitled\ design.png');
  background-repeat: repeat;
  color:rgb(238, 0, 255);
  size:50;
  font-size: 100px;
  font-family: Tahoma, sans-serif;
  border: 1px;
  text-align:center;
  width: 500px;
  margin: auto;

}


.apology{
  font-family: 'Times New Roman', serif;
  text-align:center;
  color:white;
  size: 35;
}


.not-found-title{
  font-size: 50px;
  text-align:center;
  color:white;
  font-family: Tahoma, sans-serif;
}

/* Unvisited link */
a:link {
  color: rgb(125, 153, 255);
}

/* Visited link */
a:visited {
  color: rgb(211, 99, 255);
}

/* Mouse over link */
a:hover {
  color: rgb(0, 255, 21);
}

/* Selected link */
a:active {
  color: rgb(255, 0, 0);
}





body {
  background-image: url('SpaceHTML/spacebackground\ \(3\).png');
  background-repeat: repeat;
  color:white;
  size:45px;
  font-family: Tahoma, sans-serif;
  border: 1px;
  text-align:center;
  width: 500px;
  margin: auto;
}