body {
  font-family: Shabnam, "Segoe UI Emoji", "Apple Color Emoji",
    "Noto Color Emoji", sans-serif;
  background-image: url("bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.vh-100 {
  min-height: 100vh;
}

.panel {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  width: 100%;
  text-align: center;
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px 5px rgba(255, 255, 255, 0.5);
  transition: 1.3s;
  max-width: 750px;
}

.panel:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#text {
  font-size: 1.1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}

#time {
  font-weight: bolder;
}