body {
  height: 100%;
  width: 100%;
  background-color: #0e0e1e;
  overflow: hidden;
  user-select: none;
  -drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

h1 {
  font-family: 'Space Mono', monospace;
  font-size: clamp(3rem, 10vw, 10rem);
  color: #6da4c6;
  border-radius: clamp(0.4rem, 0.75vw, 1rem);
}

h1:hover {
  background-color: #313244;
  color: #6da4c6;
}

h3 {
  font-family: 'Space Mono', monospace;
  font-size: medium;
  color: #a6adc8;
}


.meta-link {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  bottom: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  left: 10px;
  padding: 10px 20px;
  position: fixed;
  text-decoration: none;
  transition: background-color 400ms, border-color 400ms;
  z-index: 10000;
}

.meta-link:hover {
  background-color: rgba(49, 50, 68, 0.2);
  border: 1px solid rgba(49, 50, 68, 0.2);
}

.meta-link>i,
.meta-link>span {
  height: 20px;
  line-height: 20px;
}

.meta-link>span {
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

a:link {
  font-family: 'Space Mono', monospace;
  text-decoration: none;
  color: #6da4c6;
}

a:visited {
  font-family: 'Space Mono', monospace;
  text-decoration: none;
  color: #6da4c6;
}

a:hover {
  font-family: 'Space Mono', monospace;
  text-decoration: none;
  
}

a:active {
  font-family: 'Space Mono', monospace;
  text-decoration: none;
  color: #6da4c6;
}

.linktree {
  font-family: 'Space Mono', monospace;
  color: #6da4c6;
  font-size: large;
  user-select: none;
  -drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0; 
  user-select: none;
  -drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.center-content {
align-items: center;
height: 100vh;

}

.head {
  margin-bottom: 50;
}

.gh:hover {
color: #74c7ec;
}

.twt:hover {
  color:#74c7ec;
}

.tlg:hover {
  color: #74c7ec;
}

.mail:hover {
  color: #74c7ec;
}

.source:hover {
  color: #cbd1e9;
}

