/* * Style the body */
body {
  margin: 0;
  height: 100%;
  width: 100%;
  position: re;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

 .header {
  padding: 5px;
  text-align: center;
  background: #181823;
  color: white;
  font-size: 18px;
  
}

.footer {
    width: 100%;
    background-color: #28458A;
    color: white;
    text-align: center;
    border-bottom: 5px solid #181823 ;
    font-size: 140%;
	padding-top: 15px;
	
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #181823;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
   } 

.box{
  background-color: #181823;
  border-radius: 25px;
  width: 80%;
  /* height: 33vh; */
  color:white;
  margin-left: 10%;
  margin-right:10%;
  margin-top: 1%;
  
}

#right{
  width: 33.33%;
  float: left;
}
#left{
  width: 33.33%;
  float: left;
}
#center{
  width: 33.33%;
  float: left;
}

.boxHeader{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.boxRightContaint
{
  width: 45%;
  float: right;
  text-align: right;
  font-size: 120%;
  padding: 10px;
  line-height: 180%;

}
.boxLeftContaint
{
  width: 45%;
  float: left;
  text-align: left;
  font-size: 120%;
  padding: 10px;
  line-height: 180%;
  
}
#chart {
  max-width: 95%;
  margin: 35px auto;

}
.img {
	text-align:center;
}
