.socials.svelte-vnhn6i {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding-top: 3%
}


.small.svelte-1e417ao {
  font-size: 1.2rem
}

.bolder.svelte-1e417ao {
  font-weight: 700;
  font-size: 1.5rem
}

.containerh.svelte-1e417ao {
  align-items: center;
  display: grid;
  position: absolute;
  bottom: 2vh;
  right: 2vh;
  z-index: 999
}

.link.svelte-1e417ao {
  color: #9c535300;
  display: block;
  font-size: 1.8rem;
  line-height: 0;
  padding-top: 10px;
  outline: none;
  position: relative;
  text-decoration: none;
  transition: color .25s ease
}

.link.svelte-1e417ao:before {
  background-color: var(--main);
  border-radius: 100%;
  content: "";
  display: block;
  height: .2rem;
  right: -1px;
  opacity: 1;
  margin-top: .5rem;
  position: absolute;
  transition: width .25s ease, opacity .1s ease;
  width: .2rem
}

.link.svelte-1e417ao:hover:before {
  border-radius: 4px;
  opacity: 0;
  width: 82%
}

.link.svelte-1e417ao:hover {
  color: var(--main)
}

.link__text.svelte-1e417ao {
  font-family: Passions Conflict;
  position: relative;
  vertical-align: middle
}

:root {
  --main: #000000;
  --accent: #7818a1;
  --white: #f2f1f4;
  --gray: #d8d3d9;
  --darkGray: #1a0f13
}

.signature-container.svelte-1aygkre {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 999
}

footer.svelte-1aygkre {
  height: 240px;
  width: 100%;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  bottom: 0
}