.navbar-light .navbar-brand {
    color:white;
    align-items: left;
  }
  
  .navbar {
    background-color: white;
    width: 100%;
    padding: 0;
  }
  
  .navbar-brand {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: bolder;
    background-color: rgb(20, 150, 150);
    text-align:left;
    padding: 10px;
    margin-left: 5%;
  }
  
  .navbar-collapse {
    position: absolute;
    right: 5%;
    font-size: small;
  }
  
  .nav-item {
    font-weight: bold;
    
  }

  h1{
text-align:center;
color:rgb(20, 150, 150);
font-family: 'Times New Roman', Times, serif;
font-size: 50px;
font-weight: bolder;  
padding-top: 40px;
padding-bottom: 40px ;
background-color: white; 
    

  }


p{
color:black;
padding-bottom:40px;
padding-top:40px;
text-align:left;
background-color: white;
}

.Max_Plot{
  color:black;
  text-align:center;
  color:rgb(20, 150, 150);
  font-size: 20px;
  background-color: white;
}


.temp_summary{
  color:black;
  font-weight:lighter;
}

.viz_header{
  color:rgb(20, 150, 150);
  font-size: 35px;
  text-align:center;
}

body{
  background-color: #EDEDED;}

#max_temp_background{
background-color: white;
padding-top: 20px;
}

#comparison_id{
  background: white;S
}

#max_temp_viz_background{
background-color: white;
}


h2{
  text-align: center;
color:rgb(20, 150, 150);
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
font-weight: bolder;  
padding-top: 40px;
background-color: white;
}


#standard_background{
  background-color: white;
}