p {
  font-family: sans-serif;
  text-align: center;
  color: #f8f8f8;
  font-size: 3em;
}

#timeStamp {
  font-weight: bold;
  font-size: 2em;
}

.bg-wrapper {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
   background-image: url("bg.jpg");
   background-size: cover;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   box-shadow: 0 0 1000px rgba(0,0,0,1) inset;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transform: none;
}


#quoteSection {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

}
