

html, body{
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  }

main {
  display: flex;
  flex-direction: column;
}

.container{
  top: 0px;
  min-width: 100%;
  background-color: white;
}

.navbar-collapse {
  justify-content: center;
}

a {
  text-decoration: none;
}

.footer p, .footer a {
 color: #fff;
}

h1{
  font-family: var(--bs-body-font-family);
  font-size: 24pt;
  text-align: center;
  margin: 20px;
  padding: 20px;
}

p{
  margin: 5px;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14pt;
}



