body {
  color: white;
  font-family: "Roboto", sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("Bilder/background_about_us.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  backdrop-filter: blur(2px);
  text-align: justify;
  margin: 0;
}
header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.navbar {
  height: 12%;
  display: flex;
  align-items: center;
  margin-left: 20px;
  left: 0;
}

.logo {
  width: 50px;
  cursor: pointer;
}
.image-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: -20px;
}
main {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  margin: 0 20px;
}
h1 {
  text-align: center;
  font-size: 75px;
}

p {
  font-size: 25px;
  line-height: 1.75;

  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-dev {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  border-radius: 50px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 200px;
}
footer a {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(42, 0, 255);
  background-color: white;
  padding: 20px 100px;
  font-size: 40px;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}
