body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #f0c27b, #4b1248);
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.tradingview-widget-container {
  width: 90%;
  height: 600px;
  max-width: 1200px;
}
