html {
  background: black;
}

p {
  color: darkcyan;
  font: bold;
  height: 200 px;
  width: 200 px;
}
.LogoImg {
  height: 500px;
  width: 700px;
}
.LogoImg:hover {
  height: 550px;
  width: 750px;
}
.pageButton {
  height: 500px;
}
.pageButton:hover {
  height: 530px;
}
.seperator {
  height: 10px;
  width: 1300px;
}
.Preview {
  height: 300px;
  width: 800px;
}
.newsBanner {
  height: 288px;
  width: 400px;
}
.Rocket {
  height: 300px;
  width: 800px;
  border-radius: 40px;
}
.SRocket1 {
  width: 600px;
}
strong {
  color: darkcyan;
}
a {
  color: white;
}
