/* css/style.css */
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #111 url("../img/vetngsto.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #eee;
}

#overlay {
  background-color: rgba(0, 0, 0, 0.75);
  min-height: 100vh;
  padding: 20px;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

h1 {
  margin: 0;
  font-size: 2.5em;
  color: #e0e040;
}

.subtitle {
  font-size: 1.2em;
  color: #ccc;
}

#timestamp {
  font-size: 1em;
  margin-top: 10px;
}

main#servers {
  margin: 20px auto;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #999;
}
