body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.nav {
  height: 30px;
  padding: 10px;
  text-align: center;
}

.splash {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 500px;
  width: auto;
  background-image: url("/images/splash.jpg");
  background-size: cover;
}

.splash-txt {
  background-color: white;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.main{
  margin: none;
  height: 100px;
}

.footer {
  height: 20px;
}
