body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 10000%;
    height: 10000%;
    background-image: url(https://media.discordapp.net/attachments/827199549567139881/957833261504151552/pure-black-background-f82588d3.png);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 50%;
    z-index: 10000;
    opacity: 0;
	animation-name: fade;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3s;
}
    @keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.headerTop {
  font-family: 'Courier New', monospace;
 color: #FFFFF0;
    padding-top: 20;
    padding-bottom: 20;
  text-align: left;
  background: rgba(41.2, 41.2, 41.2, 0.6);
  color: white;
  font-size: 25px;
  color: #696969;
}
.headerBottom {
  padding-top: 12;
    padding-bottom: 12;
  text-align: left;
  background: rgba(41.2, 41.2, 41.2, 0.3);
  color: white;
  font-size: 15px;
  color: #696969;
}
#siteTitle {
    visibility: hidden;
}
#siteTitle:after {
  content: "Snow falls and trees sway";
  font-size: 25px;
  color: #FFFFF0;
  visibility: visible;
  position: absolute;
  left: 16px;
}
.formerly {
    visibility: hidden;
}
body { 
 font-family: 'Courier New', monospace;
 color: #FFFFF0;
 background-image: url("https://media.discordapp.net/attachments/870836743153287178/907488354780741682/If_You_See_This_Filename_Then_I_Hope_You_Have_A_Good_Day.gif");
 background-color: 24133F;
 background-size: cover;
 background-repeat: no-repeat;
  background-attachment: fixed;
}
.contactInfo {
  padding-top: 0;
    padding-bottom: 12;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.3);
}
.contactInfoTop {
  padding-top: 12;
    padding-bottom: 12;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.6);
}
.url {
  padding-top: 0;
    padding-bottom: 12;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.3);
  border: 1px solid black;
}
.RightHandUserInfo {
  padding-left: 10;
    padding-right: 10;
    padding-top: 1;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.3);
}
.info {
  color: #FFFFF0;
  padding-top: 5;
    padding-bottom: 5;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.6);
}
.text1 {
  font-weight: bold;
  color: #F2E58F;
  text-align: center;
}
textarea {
  color: #FFFFF0;
  background: rgba(41.2, 41.2, 41.2, 0.3);
}
input {
  color: #FFFFF0;
  background: rgba(41.2, 41.2, 41.2, 0);
}
select {
  color: #FFFFF0;
  background: rgba(41.2, 41.2, 41.2, 0.3);
}
a {
 font-size: 10px;
 color: #F2E58F;
}