/* /var/www/ai/index.css */
html, body {
  margin: 0;
  padding: 0;
  font-family: Orbitron, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 100;
  background-color: #222;
  color: #eee;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.1)), url(GlennR.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.logo {
  width: 400px;
  height: auto;
  margin-bottom: 30px;
}

.random a {
  white-space: nowrap;
  display: inline-block;
}

.content span {
  width: 60px;
  display: inline-block;
}

@media (max-width: 1072px) {
  html, body {
    font-size: 35px;
  }

  .logo {
    width: 400px;
  }

  .content span {
    width: 20px;
  }
}
