header { 
  background-color: #5DADE2;
  }
body {
  background-color: #5DADE2;
}

h1 {
  font-family: 'Satisfy', cursive;
  color: white;
  text-align: center;
  size: 70px;
}
h2 {
  font-family: 'Inconsolata', monospace;
  color: black;
  text-align: center;
  size: 50px;
}
h3 {
  font-family: 'Lobster', cursive;
  color: black;
  size: 20px;
}
p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
}
section {
	background-color: #85C1E9;
}
* {box-sizing: border-box;}
button {
  background-color: #27AE60;
  align: center;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100;
  height: 100;
}
search-container {
  border: none;
  color: white;
  padding: 18px 54px;
  display: inline-block;
  font-size: 16px;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  float: left;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
.container {
  display: flex;
}
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.card {
    display: inline-block;
    background-color: #82E0AA;
  }
}