@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Raleway:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,200&family=Raleway:wght@100;300&display=swap');

body {
  background-color: lightgray;
}

h1 {
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

h3 {
  font-family: 'Raleway', sans-serif;
}

h4 {
  font-family: 'Raleway', sans-serif;
  font: bold;
  text-align: center;
}

p {
  font-family: 'Raleway', sans-serif;
}

.navbar-brand, h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.nav-link {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

#outputDiv {
  display: none;
}