.henny-penny-regular {
  font-family: "Henny Penny", Arial;
  font-weight: 400;
  font-style: normal;
}

body {background-image: url("spacescape.png");
background-size: 300px;
  background-color: #ff00ff;
  color: #ffffff;
  font-family: "Henny Penny";
}

img {
  max-width: 100%;
  height: auto;
}
html, body {
    height: 100%;
    margin: 0;
}

.grid-container {
    display: grid;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 {
    color: #00ffff;
}

h2 {
    color: #00ff00;
}

p {
    color: #ff00ff; 
    }

