.container {
  display: flex;
  justify-content: center;
}
.center {
  width: 1000px;
}
.date_input {
  width: 205px;
  left: 107px;
  top: 769px;
  height: 24px;
  border-color: white;
  border-width: 1px;
  border-style:groove;
  position: relative;
  background-color: rgb(0,113,193);
  color: rgb(222, 237, 239);
  font-size: small;
}
.date_slider_box {
  width: 100px;
  left: 320px;
  top: 767px;
  height: 21px;
  border-color: white;
  border-width: 1px;
  border-style:groove;
  position: relative;
  background-color: rgb(0,113,193);
  color: rgb(222, 237, 239);
  font-size: small;
}
.slidecontainer {
  left: 663px;
  width: 250px;
  top: 790px;
  position: relative;
  color: rgb(222, 237, 239);
  font-size: small;
}
body {
    background-color: black;
    
}
.visualizationkey
 {
 max-width: 80%;
 padding: 10px;
 background-color: white;
}

.vizkey {
 max-width: 80%;
 padding: 10px;
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    background-color: white;
}


h2 {
    color: #85144B;
    
}
div.fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 50px;
    
}
