body{
  background-color: #EDEDED; 
}
.navbar-light .navbar-brand {
  color: white;
}
.navbar{
  background-color: white; 
}
.navbar-brand{
  margin-left: 70px; 
  padding: inherit; 
  font-weight: bold; 
  background-color: #0BADA6;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.navbar-nav{
  color: black; 
}

.img-fluid {
  width: 100%;
  height: auto;
}

.vizualization {
  width: 100%;
  height: auto;
}

.h3 {
    color: #0BADA6 !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
  }
  
.h5 {
    color: #0BADA6 !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
  }

.box {
    margin-top: 60px; 
    margin-bottom: 62px;  
    padding: 10px; 
    background-color: white; 

  }

