@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Ubuntu:wght@300&display=swap");

* {
  font-family: "Comfortaa", cursive;
}

body {
  background-color: rgb(106, 108, 109);
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 12px;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.navbar {
  text-align: center;
  padding: 20px;
  background-color: rgb(134, 147, 155);
  box-shadow: black 1px 2px 150px 10px;
}

.navbar a {
  padding: 3px;
  text-decoration: none;
  color: black;
  font-weight: 550;
}

.navbar a:hover {
  color: white;
}

.navbar img {
  float: left;
  width: 90px;
  margin-top: -10px;
}

.titel h1 {
  color: white;
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
}

.text h1 {
  color: white;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.text p {
  color: white;
  text-align: center;
  margin-top: -10px;
}

footer {
  text-align: center;
  padding: 1px;
  background-color: rgb(122, 122, 122);
  color: white;
  margin-top: 580px;
}

/* Ipad */
@media screen and (max-width: 992px) {
  body {
    background-color: rgb(106, 108, 109);
  }
}

/* Telefoon */
@media screen and (max-width: 600px) {
  body {
    background-color: rgb(106, 108, 109);
  }
}
