﻿@import url("https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap");



.name-placer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  111perspective: 700px;
  111111font-size: clamp(10px, 2vw, 20px);
}

#header-name {
  position: relative;
  font-family: "Exo";
  font-size: 9em; font-size: 3em;
  margin: 0;
  111transform: skew(-15deg);
  letter-spacing: 0.03em;
}
#header-name::after {
  content: "";
  position: absolute;
  top: -0.1em; top: 0.3em;  
  right: 0.05em; right: 0.01em;
  width: 0.4em;
  height: 0.4em;
  background: radial-gradient(white 3%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.05) 60%, transparent 80%), radial-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 60%) 50% 50%/5% 100%, radial-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 60%) 50% 50%/70% 5%;
  background-repeat: no-repeat;
}
#header-name span:first-child {
  display: block;
  text-shadow: 0 0 0.1em #8ba2d0, 0 0 0.2em black, 0 0 5em #165ff3;
  -webkit-text-stroke: 0.06em rgba(0, 0, 0, 0.5);
}
#header-name span:last-child {
  position: absolute;
  left: 0;
  top: 0;    
  background-image: linear-gradient(#032d50 25%, #00a1ef 35%, white 50%, #20125f 50%, #8313e7 55%, #ff61af 75%);
  -webkit-text-stroke: 0.01em #94a0b9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header-star {
  font-family: "Mr Dafoe" !important;
  margin: 0;
  font-size: 5.5em; font-size: 1.5em;
  margin-top: -0.6em !important; margin-top: -2em !important;
  color: white;
  text-shadow: 0 0 0.05em #fff, 0 0 0.2em #fe05e1, 0 0 0.3em #fe05e1;
  transform: rotate(-7deg) !important;
}