/* Noscript styles */
.noscript-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
}

.noscript-title {
  margin-bottom: 20px;
}

.noscript-message {
  max-width: 600px;
  line-height: 1.6;
}
