html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: url("/dirt.png") #441103;
  background-size: 100% 100%;
  overflow: hidden;
}

.main {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

span {
  font-family: "Times New Roman";
  text-align: center;
}

.logo {
  padding: 043px;
}

.prayer {
  font-style: italic;
  font-weight: bold;
  font-size: 21px;
  color: yellow;
}

.soon {
  color: #ddeadd;
  padding-top: 21px;
}

/* I imagine Franny bad ahh hell */
