html, body {
  margin: 0;
  padding: 0;
  background-color: #000029;
    
   font-size: 1.35rem;
    font-family: "Gaegu", sans-serif;
    font-weight: 600;
    font-style: normal;

    color: #fafafa;
}
canvas {
  display: block;
  
}
.center {
  margin: auto;
  width: 50%;
  border: 3px solid rgb(0, 0, 0);
  padding: 10px;
}

.centerText{
     text-align:center;
}
#sky {
  height: 100%;
}

.star {
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 2px;
  background-color: white;
}