@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
  background: #131862;
  background-image: url("/img/spacehd.jpg");
  color: white;
  font-family: 'Montserrat', sans-serif;
}

#home-button {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 5%;
  height: 10%;
  max-width: 100%;
  max-height: 100%;
}
