@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: rgb(45, 190, 178);
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

#contentPanel {
  position: absolute;
  height: 80%;
  width: 90%;
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(131, 131, 131);
  color: rgb(68, 68, 68);
  border-radius: 10px;
  padding: 2%;
  margin: 5px;
  z-index: 1;
}

#calender {
  bottom: 60%;
  position: absolute;
  height: 10%;
  width: 95%;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

.dropdown-content {
  padding: 5%;
  z-index: 4;
}
