@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Space+Mono&display=swap');

body {
  background-color: seagreen;
}

h1 {
  font-family: 'Bungee Spice', cursive;
}

.navbar-brand {
  font-family: 'Bungee Spice', cursive;
}

#outputDiv {
  display: none;
}