* {
  padding: 0;
  margin: 0;
}
body{
    background-image: url(../img/nighttime-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
h1{
    color: aliceblue;
}
#doom-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
#prophecy, #doom, #rejoice {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    text-align: center;
    transition: .5s;
}

#doomTitle{
    transition: .5s;
}

.footer{
    background-color: #1e3341;
}

.hidden{display: none;}

#reminder{
    color: #cfcfcf;
}
.moved{margin-top: -55px;}