@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');


.content {
color: #115268;
width: 80%;
background-color: white;
text-align: center;
margin: auto;
padding: 3%;
height: 700px;
border-radius: 2%;
font-family: 'Roboto Condensed', sans-serif;
font-size: 105%;
}

.header {
  display: flex;
  justify-content: center;
  background-color: #a4b1ca;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -2%;
}

body{
    background-color: #a4b1ca;
}

.planetearth {
  font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3 {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}


.earthcontent{
  background-color: white;
  width: 80%;
  margin: auto;
  padding: 3%;
  border-radius: 2%;
  color: #115268;


}

.planetearth > div {
  justify-content: center;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;

}

.planetearth > p {
  font-size: 205%;
}

.link {
  margin-top: 2%;
}

.planetearth > div > img {
  transition: 0.3s;
  width: 50%;
}

.planetearth > div > img:hover {
  width: 60%;

}

.factscontent {
  background-color: white;
  width: 80%;
  margin: auto;
  padding: 3%;
  border-radius: 2%;
  color: #115268;
  height: 600px;
}

.factscontent > h2 > a {
  color: #115268;
  text-decoration: none;
  transition: 0.3s;

}

.factscontent > h2 > a:hover {
  color: black;
  font-size: 110%;  

}
