/* Project Elpy */

body {
  margin: 0;
  padding: 0;
  background-color: #0a0f14;
  color: #00ffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.logo-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.logo {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 0 6px #00ffff);
}

h1 {
  margin-top: 200px;
  font-size: 48px;
  letter-spacing: 2px;
  color: #00ffff;
}

p {
  font-size: 24px;
  color: #88ffff;
}
