#currncy_price {
    color: #ff6f69;
    text-align: center;
    font-size: calc(1em + 2vw);
}

.wrapper_chart {
  background: gray;
  display: grid;
  width: 100vw;
  height: 93vh;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 248px 248px 248px; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-rows:repeat(2, 1fr);
}

.wrapper_chart > div {
  background-color: black;
  padding: 0px;
}

.container {
  width: 100%;
  height: 95%;
  margin: 0;
  padding: 0;
}

.chart_title {
    background-color: #555;
}
