.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: "Naidesu";
  font-size: 25px;
  color: #FFFFF0;
  visibility: visible;
  position: absolute;
  left: 15px;
}
.formerly {
    visibility: hidden;
}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 450;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://media.discordapp.net/attachments/892292323457785902/894362269574647868/1625296288592.gif);
    background-size: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.2;
    background-size: 50%;
    z-index: -10;
}
body {
    margin: 0px;
	font-size: 16px;
	background: #A9A9A9;
    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;
}
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: 12px;
 color: #F2E58F;
}
.contactInfoTop {
  padding-top: 12;
    padding-bottom: 12;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.6);
}
.info {
  color: #FFFFF0;
  padding-top: 5;
    padding-bottom: 5;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.6);
}
.tr::before
  color: #FFFFF0;
  padding-top: 5;
    padding-bottom: 5;
  text-align: center;
  background: rgba(41.2, 41.2, 41.2, 0.3);
}