
body {
  /* color: white; */
  text-align: center;
}

img {
  /* width: 512px; */
  width: 384px;
  margin-top: 110px;
  /* margin-top: 110px; */
}

.splash {
  /* background-color: rgb(74, 74, 105); */
  /* color: rgb(223, 223, 223); */
  color: rgb(240, 240, 240);
  /* color: white; */
  margin: 128px 350px;
  /* width: 100%; */
  /* box-shadow: 2px 2px 4px 0px #0004; */
}

.description {
  font-size: 1.4rem;
  padding-left: 100px;
  padding-right: 100px;
}

.privacy {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 32px;
  left: 0px;
}

.index-nav {
  padding-top: 40px;
  text-align: center;
}

.index-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.index-nav a {
  font-size: 1.4rem;
  padding-bottom: 20px;
  display: block;
}

.single-page.index-page {
  background-image: url("images/index.jpg");
}