html, body {
  margin: 0;
  padding: 0;
  font-family: 'Space Mono', monospace;
}

body {
  background-image:url("./assets/stars.png");
  background-size: 100% 100%;
}
canvas {
  display: block;
  font-family: 'Space Mono', monospace;
}

@font-face {
  font-family: 'Space Mono', monospace;
  src: url(./assets/Space_Mono/SpaceMono-Regular.ttf);
}

.font {
  font-size: 40px;
  color: white;
  font-family: 'Space Mono', monospace;
  font-style: normal;
  text-align: center;
}

.FactsTitle
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.banner {
  background-image: "./assets/stars.png";
  background-size: 100%;
}

.facts {
  background-color: white;
  display: flex; 
  margin-left: 10%;
  margin-right: 10%;
  outline: auto;
  outline-color: black;
}

.image{
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin-left: 35%;
  margin-right: 10px;
}

.title{
  margin-left: 37.5%;
  outline: auto;
}

.fact{
  justify-content: flex-start;
  margin-left: 1%;
}

.right{
  justify-content: flex-end;
  margin-left: 93%;
  margin-bottom: 20px;
}

.whiteBG{
  background-color: white;
}

.backText{
  color: black;
}

.seperator{
  padding-bottom: 25px;
}

.copyright{
  font-size: 10px;
}