h1 {
  text-align: center;
  color: white;
  font-family: 'Righteous', cursive;
  
 
}

.title {
  font-size: 60px;
}
.form-card {
  margin-bottom: 20px;

}

form {
  padding: 20px;
}

.card-title {
  font-weight: bold;
}

#stockIndicator {
  text-align: center;
  font-size: 28px;

}

#stockSymbol {
  text-align: center;
  font-size: 28px;


}

#stockAsk {
  text-align: center;
  font-size: 28px;


}

#panel {
  padding: 10px;

  
}
#coincap {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.stockData {

  margin-bottom: 20px;
  font-size: 28px;

}

.preview-image {
  width: 80%;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#chart {
height: auto;
margin-bottom: 5px;
margin-top: 20px;
}

#product-results {
  overflow: auto;
}

#chart-div {
  height: auto;
 
  

}

#description {
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

.card-text {
  font-size: 20px;
  font-weight: bold;
}

#menu2 {
  overflow: auto;
}

#chart-div {
  width: 1000px; 
  height: 600px;
 
}

@media screen and (max-width: 800px) {
  #chart-div {
    width: 100%;
    height: 100%;
  }

  #chart {
    height: 100%;
    width: 100%
  }

 

}

@media screen and (max-width: 480px) {
  #chart-div {
    width: 100%;
    height: 100%;
  }

  #chart {
    height: 100%;
    width: 100%
  }



}