html {
  font-family: "Varela Round", sans-serif;
  font-size: 22px;
}

img {
  pointer-events: none;
}

html {
  height: 100%;
  overflow-y: scroll;
}

html, body {
  min-height: 100%;

  color: white;
  background-color: black;
}

body {
  zoom: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top {
  border-style: solid;
  border-color: white;
  border-bottom-width: 4px;
}

#name {
  color: var(--green);
}

#linkedin {
  filter: hue-rotate(-60deg);
}

#itchio {
  filter: hue-rotate(165deg);
}

#buttons div {
  background-color: transparent;
  border-color: var(--green) !important;
}

u {
  display: block;

  width: 80%;
  max-width: 1000px;

  text-align: center;

  text-underline-position: under;
}

h1 {
  font-size: 60px;
  font-weight: bold;
  color: var(--green);

  line-height: 1.4;
  text-box-trim: trim-both;
}

h1:first-of-type {
  margin-bottom: 30px;
}

#games {
  width: 100%;
  max-width: 1600px;

  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;

  align-items: start;
  justify-content: space-evenly;

  gap: 80px;

  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;

  margin-bottom: 80px;
}

#squad-info {
  width: 80%;
  max-width: 800px;

  text-align: center;

  margin-bottom: 40px;
}

#squad {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;

  margin-bottom: 60px;
}

#bottom hr {
  border-color: white !important;
}

#bottom a {
  color: white !important;
}

#bottom p {
  color: var(--green) !important;
}

@media (max-width: 1760px) {
  .hack {
    display: none;
  }
}

@media (max-width: 415px) {
  #games span, #squad-info {
    font-size: 20px;
  }
  #squad p, #squad span {
    font-size: 20px;
  }
}
