@font-face {
  font-family: "Grotesk";
  src: url("/fonts/grotesk/SpaceGrotesk-Regular.woff"), format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grotesk";
  src: url("/fonts/grotesk/SpaceGrotesk-Medium.woff"), format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 20px; 
  padding: 0; 
  font-family: "Grotesk", sans-serif; 
  height: 100vh; 
  width: 100vw;
}

.logo {
  width: 50px; 
  height: auto;
}

.logo-wrapper {
  max-width: 20vw;
  min-width: 95px;
  width: 100%;
}

header {
  display: flex; 
  align-items: center; 
  justify-content: center;
  margin-bottom: 40px;
}

main {
  display: flex; 
  flex-direction: column;
  align-items: center; 
  justify-content: center;
}

.header-logo-link {
  display: flex; 
  align-items: center; 
  justify-content: center;
  height: 90px;
  width: 60px;
}

.header-logo-title {
  position: relative; 
  text-decoration: none; 
  color: black;
  bottom: 20px; 
  border-top: 2px solid black; 
  width: 100%; 
  height: 2px; 
  text-align: right;
}

.socials {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 20px; 
  margin-top: 20px;
}

.socials a img {
  width: 30px; 
  height: 30px; 
  cursor: pointer;
}

#qooqoocoder {
  width: 30%;
  height: auto;
  min-width: 200px;
}

.card {
  text-align: center;
  font-size: 18px;
}

.imprint {
  text-decoration: none;
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body {
    margin: 20px 0px; 
  }

  .card {
    font-size: 26px;
    margin-top: 30px;  
  }

  .socials {
    margin-top: 20px;
  }

  .socials a img {
    width: 60px; 
    height: 60px; 
    cursor: pointer;
  }

  .header-logo-link {
    height: 70px;
    width: 50px;
  }

  .header-logo-title {
    bottom: 15px;
    border-top: 1.5px solid black;
  }

  #qooqoocoder {
    margin-top: 50px;
    width: 80%;
  }
}
