body {
  background-color: white;
  font-family: "Times New Roman", serif;
  color: red;
  font-size: 16px;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("background.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

#bubbles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  opacity: 0.55;
}

#account-msg {
  position: absolute;
  top: calc(50% + 250px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
  text-align: center;
}

#clickPrompt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}

#smoke {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("smoke.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  filter: grayscale(100%);
  pointer-events: none;
  z-index: 9999;
}

#water {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("water.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  filter: grayscale(10%);
  pointer-events: none;
  z-index: -9999;
}

#content {
  opacity: 0;
  transition: opacity 1s;
}

#content-slower {
  opacity: 0;
  transition: opacity 3s;
}

#server-status {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 1.8em;
  text-shadow: 0 0 6px #000;
}

.layout {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -230px 0 0 -315px;
}

.layout-left {
  position: absolute;
  left: 100px;
  top: 50%;
  margin: -230px 0 0 0;
}

.columns {
  width: 630px;
  margin: 0 auto;
}

.column-left {
  width: 300px;
  display: inline-block;
  float: left;
  text-align: left;
  padding: 5px;
}

.column-right {
  width: 300px;
  display: inline-block;
  float: right;
  text-align: right;
  padding: 5px;
}

.account {
  clear: both;
  width: 630px;
  margin: 20px auto 0;
  padding: 2px;
  text-align: center;
}

.account-form {
  font-family: "Times New Roman", serif;
  color: red;
  font-size: 16px;
  text-align: center;
}

.account-field {
  font-family: "Times New Roman", serif;
  color: red;
  font-size: 16px;
  width: 160px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.account-submit {
  font-family: "Times New Roman", serif;
  color: red;
  font-size: 16px;
  width: 160px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 16px;
  padding: 0;
}

.footer-1 {
  position: absolute;
  top: 30px;
  left: 25px;
}

.footer-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
