
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa1ZL7W0Q5nw.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

body {

  /* Credits to @JayDwivedi_ */
  /* https://x.com/JayDwivedi_/status/1885406066495680925 */
  background-image: url('../images/bg.svg');
  background-size: cover;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}

body > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: luminosity;
}

p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000100aa;
}

a {
  padding: 0;
  margin: 0;
  border: 0;
}

#linkContainer, #connectWithMe {
  height: 125px;
  top: 75%;
}

#linkContainer {
  position: fixed;
  text-decoration-color: #cecece;
}

#connectWithMe {
 
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1000;
  padding: 1em;
  border: 1px solid #00010065;
}

#connectWithMe:hover {
  border: 1px solid #000100;
  animation: ease-in;
}

#connectWithMe > div:nth-child(2) > p {
  margin-bottom: 0px;
}

#connectWithMe > div:nth-child(2) {
  margin-left: 1em;
  width: 150px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

#qrCode {
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
}

#linkedInLogo {
  width: 36.1px;
  height: 30.7px;
}