
.parallax--astronomy {
  background-image: url("solar-system-background.darker.jpg");

  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solar-system-text{
  font-family: 'Stylish';
  font-size: 25px;
  color: #d4ffffe0;
  max-width: 647px;
  text-align: justify;
  margin-bottom: 20px;
}

.astronomy-planets-text{
  width:87%;
  /*border:1px dashed white;*/
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Stylish';
  font-size: 16px;
}

.astronomy-sol-text{
  color: white;
  position: relative;
  top:-40px;
  /*border: 3px dashed yellow;*/
  /*padding-left: 8px;*/
  /*padding-right: 13px;*/
}

.astronomy-vega-text{
  color: white;
  position: relative;
  top:-40px;
  /*border: 3px dashed cyan;*/
  /*padding-left: 33px;*/
  padding-right: 30px;
  /*max-width: 347px;*/
}


