html, body {
  height: 100%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
}

body {
  position: relative;
}

button {
  border-radius: 25px;
  padding: 10px;
  box-shadow: none;
  border: none;
}

button:hover {
  background-color: darkslategrey;
}

#right, #left {
  background-size: cover;
  background-position: 0% 75%;
}

#left {
  background-image: url("images/taelynn-christopher-pfSNx3Z12K8-unsplash.jpg");
}

#right {
  background-image: url("images/kelly-sikkema-SiOW0btU0zk-unsplash.jpg");
}

.centerContent {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.center__content {
  color: white;
  background-color: grey;
  opacity: 90%;
  border-radius: 25px;
  padding: 25px;
}

.cijfers {
  background-image: url("./images/luigi-pozzoli-Db8xEYwtdWw-unsplash.jpg");
  background-size: cover;
}

.title {
  text-align: center;
  color: orange;
}

.kleuren {
  background-image: url("./images/lucas-benjamin-wQLAGv4_OYs-unsplash.jpg");
  background-size: cover;
}

.list-group {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.rightLink {
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.leftLink {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: background 500ms;
}

.nav-link.active {
  background-color: white !important;
}

.multicolorText {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red) !important;
  -webkit-background-clip: text !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.multicolorText_title {
  background-image: linear-gradient(to left, green, orange, red) !important;
  -webkit-background-clip: text !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.multicolorText_title2 {
  background-image: linear-gradient(to left, violet, indigo, blue, green) !important;
  -webkit-background-clip: text !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.nav-link {
  color: blue !important;
}

.nav-link:hover {
  color: darkblue !important;
}

.card {
  max-height: 400px;
}

.card-end {
  text-align: center;
}

.navbar-nav {
  border-radius: 25px !important;
  border-width: 5px !important;
}

.navbar {
  background-color: #727f8c !important;
}

/*# sourceMappingURL=main.css.map */
