@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

html {
  background: rgb(75 108 112);
  font-family: "Inter", sans-serif;
}

body {
  background: url(noise.svg), linear-gradient(rgb(75 108 112), rgb(171 152 51));
  margin: 0;
  min-height: 100dvh;
  min-width: 100dvw;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px;
  box-sizing: border-box;

  @media (max-width: 480px) {
    background: url(noise.svg), rgb(75 108 112);
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

section {
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid black;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 15px 6px;
  display: flex;
  flex-direction: column;
  overflow: clip;
  width: 90%;
  max-width: 450px;

  h1 {
    margin: 0;
    padding: 3px 5px;
    background-color: white;
    border-bottom: 1px solid black;
    font-size: 0.8em;
    text-align: center;
    font-weight: normal;

    a {
      color: black;
      text-decoration: none;
      position: relative;

      &::after {
        content: "↗";
        font-size: 0.6em;
        position: absolute;
        top: -0.3em;
        right: -0.9em;
      }

      &:hover {
        text-decoration: underline;
      }
    }
  }
}

iframe {
  border: none;
  width: 100%;
  height: 600px;
}

.hyperimage {
  width: fit-content;
  position: relative;

  img {
    max-width: 100%;
    display: block;
  }

  a {
    background-color: rgb(79 175 231 / 40%);
    border-radius: 5px;
    position: absolute;
  }

  a:hover {
    background-color: rgb(79 175 231 / 80%);
  }

  .atlassian {
    width: 14.96%;
    height: 4.72%;
    left: 45.88%;
    top: 32.91%;
  }

  .bitbucket {
    width: 14.96%;
    height: 4.72%;
    left: 45.88%;
    top: 36.91%;
  }

  .arena {
    width: 22.96%;
    height: 4.72%;
    left: 40.88%;
    top: 41.91%;
  }

  .brooklyn {
    width: 26.96%;
    height: 4.72%;
    left: 34.88%;
    top: 46.91%;
  }

  .justin-browser {
    width: 32.96%;
    height: 9.72%;
    left: 39.88%;
    top: 51.91%;
  }

  .youtube {
    width: 14.96%;
    height: 4.72%;
    left: 19.88%;
    top: 63.91%;
  }

  .arena-profile {
    width: 14.96%;
    height: 4.72%;
    left: 39.88%;
    top: 63.91%;
  }

  .linkedin {
    width: 18.96%;
    height: 4.72%;
    left: 57.88%;
    top: 64.91%;
  }

  .twitter {
    width: 14.96%;
    height: 4.72%;
    left: 18.88%;
    top: 69.91%;
  }

  .github {
    width: 18.96%;
    height: 4.72%;
    left: 36.88%;
    top: 68.91%;
  }

  .gir {
    width: 19.96%;
    height: 25.72%;
    left: 63.88%;
    top: 24.91%;
  }
}
