body {
  margin: 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: white;
}

.overlay {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}

.info {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 10px;
  width: 250px;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}


.left { left: 20px; top: 30%; }
.right { right: 20px; top: 30%; }
.bottom { bottom: 20px; left: 50%; transform: translateX(-50%); }
