@font-face {
font-family: "SpongeFont";
src: url("https://thespongebobfansite.com/font/SpongebobFont.woff") format("truetype");
} 

body {
  background-image: url("https://thespongebobfansite.com/img/spongebobbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-text {
  text-align: center;
  font-family: SpongeFont;
  color: black;
}