header{
background-color: #1E2022;
/*position: relative;*/
}
body{
  background-color: #F0F5F9;
  }
  
  footer{
  background-color: #1E2022;
  }
  

.warning {
  font-size: medium;
  color: #F0F5F9;
  text-align: center;
  margin-top: 0%;
  position: relative;
  bottom: 110px;
  
}

.localTime{
  color: white;
}

.title {
text-align: center;
/*position: relative;*/
color: white;
}

.logo{
  display: block;
/*position: relative;*/
height: 250px;
width: 360px;
/* top: 30px;
left: 50px; */
border-radius: 10px;
margin: 0 auto;
}

 #container{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 }


.test {
background-color: #C9D6DF;
display:block;
text-align: center;
border-radius: 20px;
padding-right: 35px;
padding-left: 50px;
padding-bottom: 40px;
}

.exchange {
background-color: #C9D6DF;
display: inline-table;
align-items: center;
margin-top: 50px;
margin-bottom: 50px;
border-radius: 20px;
text-align: center;
}

.boj {
background-color: #C9D6DF;
display: inline-table;
margin-bottom: 50px;
border-radius: 20px;
text-align: center;
}

.tableRow{
  text-align: center;
}

.tableLine{
  text-align: center;
}

a{
  text-align: center;
}

.contact-panel{
  width: 50%;
  border-radius: 20px;
  margin-left: 25%;
  display: block;
  position: absolute;
}

table, th, td {
  border: 1px solid white;
  padding: 0 7px 0 7px;
}

table th {
  background-color: white;
  padding: 0 7px 0 7px;
}

.dailyChart{
  background-color: #C9D6DF;
  width: 820px;
  
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* .tradingview-widget-container{
  height: 600px;
} */

#tradingview_cd6e5{
  height: 600px;
}

h1{
  text-align: center;
}

h3 {
  font-size: medium;
}

@media screen and (max-width: 1200px) {
  header{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

};

@media screen and (max-width: 810px) {
  #tradingview_cd6e5{
    width: 400px;
    height: 500px;
  }

  .dailyChart{
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    display: inline-block;
    width: 25%;
    align-items: center;
  }
  .title {
    font-size: 60%;
    bottom: 0;    
  }
  .warning {
    font-size: 80%;
    bottom: 0;    
  }
  .input-group-rounded .input-group-field {
    position: relative;

};

}