body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(/ui/towers_hd.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
@media only screen and (min-width: 2000px) {
  body {
    background-image: url(/ui/towers_4k.jpg);
  }
}
.acq {
  font-size: 400%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding: 15px;
  text-shadow:
   5px  5px 0 #000,
  -2px -2px 0 #000,
   2px -2px 0 #000,
  -2px  2px 0 #000,
   2px  2px 0 #000;
}
