h1 {
  color:white;
  font-weight: bold;
  font-size: 40px;
}

body {
  background-image: url(space.jpeg);
  color:white;
}

h2 {
  color:white;

}

p {
  color: white;
}

a {
  color: white;
  font-family:cursive;
  font-size: 20px;
}
.intro {
  font-family: fantasy;
  color: #88aee0;
  font-size: 22px;
}

.planets{
  float: left;
}

.stars{
  float: right;
}

.license{
  float: right;
  color: grey;
}


.universe {
  float: right;
  height: 350px;
  color:grey
}

.attribution {
  color: grey;
}

#Intro {
  background-color: white;
}

.Facts {
  font-size: 29px;
}

.Facts_list {
  font-size: 18px;
  background-color: #acacac;
}

.end {
  font-family: fantasy
}

#planets {
  background-color: grey;
}

.Pluto {
  height: 140px;
  float: right;
}

.pluto_att {
  color: grey;
  float: right;
  font-size: 10px;
}

.intro {
  font-family: serif;
  color: beige;
  font-size: 20px;
}

.Intro_title {
  color:black;
}

h6{
  color: grey;
}


.att_other {
  color: grey;
  float: right;
  font-size: 10px;
}

.black_holes_img {
  float: right;
  border-radius: 25px;
  border-color: white;
  border-style: dashed;
  margin-top: -70px;
}

.supernova1 {
  height: 200px;
  border-radius: 30px;
}

.supernova2 {
  border-radius: 30px;
  float: right;
}


.att_super {
  color: grey;
  float: left;
  font-size: 10px;
}