body {
 background-image: url("bg3.jpg");
 background-size:auto;
 background-color: #000;
}

@font-face {
  font-family: Galactic-Basic;
  src: url(galbasic.ttf);
}

.welcome {
  margin-top: 20%;
  margin-bottom: 20%;
  text-align: center;
  margin: auto;
  align: center;
  width: 80%;
}

h1{
  font-family: Galactic-Basic;
  color: #fff;
  font-size: 5em;
}

h1:hover{
  font-family: arial;
}
