@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
::-webkit-scrollbar {
  width: 0.65rem;
}

::-webkit-scrollbar-track {
  background-color: var(--transparent);
}

::-webkit-scrollbar-thumb {
  background-color: var(--light-gray);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--black);
  transition: all 0.5s;
}

@font-face {
  font-family: "monocraft";
  src: url("./src/fonts/monocraft/Monocraft.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #fff;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  background-color: #191919;
}

@keyframes lmao {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(21600deg);
  }
}
body.rotate {
  animation: lmao 25s linear infinite;
}

#navbar {
  position: relative;
  margin: 7px;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  height: 8rem;
  background-color: #becde0;
  color: #652a3e;
  padding-left: 1em;
  padding-right: 1em;
}
#navbar > .profile-picture {
  display: flex;
  margin-right: 1rem;
  margin-top: 0.1em;
  margin-bottom: 0.1rem;
}
#navbar > .profile-picture > img {
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#navbar > .header {
  font-size: 2.7rem;
  font-weight: 700;
  color: #652a3e;
}

#content {
  margin: 10px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#content > .bio > h1 {
  color: #652a3e;
}
#content > .bio > h2 > a {
  text-decoration: underline;
  color: #098e64;
}
#content > .quickbio {
  margin-bottom: 1rem;
}
#content > .quickbio > * {
  color: #652a3e;
}
#content > .quickbio > * > a {
  color: #652a3e;
  text-decoration: underline;
}
#content > .quickbio > a {
  font-weight: 700;
  text-decoration: underline;
}
#content > #socials,
#content #buttons,
#content #projects {
  width: 100%;
}
#content > #socials > h2,
#content #buttons > h2,
#content #projects > h2 {
  margin-bottom: 1rem;
}
#content > #socials > .cards,
#content #buttons > .cards,
#content #projects > .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 1.09rem;
}
#content > #socials > .cards > *,
#content #buttons > .cards > *,
#content #projects > .cards > * {
  --marginsize: 3rem;
  width: auto;
  margin-left: var(--marginsize);
  margin-right: var(--marginsize);
  height: 18vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
#content > #socials > .cards > * > img,
#content #buttons > .cards > * > img,
#content #projects > .cards > * > img {
  --size: 7.5rem;
  max-width: var(--size);
  max-height: var(--size);
}
#content > #socials > .cards > *:hover,
#content #buttons > .cards > *:hover,
#content #projects > .cards > *:hover {
  transform: translateY(-0.25rem);
}
#content > #maxilla > h1 {
  color: #652a3e;
  margin-bottom: 2rem;
}
#content > #buttons {
  align-content: center;
}
#content > #buttons > h1, #content > #buttons > p, #content > #buttons > h2, #content > #buttons > a {
  color: #098e64;
  align-content: center;
}
#content > #buttons > .cards {
  gap: 3rem;
  align-content: center;
}
#content > #buttons > .cards > * {
  background-color: #292929;
  border-radius: 1rem;
  align-content: center;
  width: auto;
  padding: 1rem;
}
#content > #borderheader {
  color: #652a3e;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#content #borderfield {
  margin-top: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 5rem;
  border: 1px solid aliceblue;
  border-radius: 1rem;
  min-height: 44rem;
  justify-content: center;
  align-items: center;
  display: grid;
}
#content #borderfield > img {
  height: 200px;
  width: 200px;
}
#content #borderfield > h1,
#content #borderfield h2 {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 7rem;
}
#content #borderfield a > #dnascanner {
  color: #42098e;
  text-decoration: underline;
}
#content #borderfield a > #fabix {
  color: rgb(74, 74, 163);
  text-decoration: underline;
}
#content #borderfield a > #flo {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, rgb(64, 64, 64) 0%, rgb(255, 255, 255) 100%);
  text-decoration: underline;
}
#content #borderfield a > #nightwolf {
  color: #00dcf4;
  border-radius: 50px;
  text-decoration: underline;
}
#content #borderfield > a > img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
#content #borderfield > a > h1 {
  margin-top: 1rem;
  margin-left: 1rem;
}
#content .articles {
  margin-left: 1rem;
  display: grid;
}
#content .articles > a {
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 1rem;
  background-color: #652a3e;
  transition: all 0.3s ease;
}
#content .articles > a > h3 {
  text-decoration: underline;
  color: #00dcf4;
}
#content .articles > a:hover {
  background-color: #703d4e;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  transform: translateY(-0.25rem);
}
#content .article {
  display: flex;
  flex-direction: column;
}
#content .article a > img {
  margin: 1rem;
  height: 40%;
  width: 40%;
}
#content .article h2 {
  margin-bottom: 0.5rem;
}
#content .article h1 > a,
#content .article h2 > a,
#content .article h3 > a,
#content .article h4 > a {
  text-decoration: underline;
  color: #00dcf4;
  margin-bottom: 1rem;
  display: flex;
}

#start {
  color: #fff;
  display: flex;
  justify-content: center;
  height: 75%;
  align-items: center;
  gap: 3.5rem;
}
#start > a > img {
  height: 10rem;
  width: 10rem;
}
#start > input[type=text] {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 16px;
  color: black;
  width: 500px;
}

#temptrnum {
  color: #191919;
  font-size: large;
  height: 3rem;
  padding: 10px;
  border-radius: 1rem;
  border: dotted;
  background-color: #292929;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#footer > * {
  text-decoration: underline;
}
