a:hover {
  color: black;
}

header {
  position: relative;
  margin-bottom: 0.5rem;
}

.text {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: -55px;
  letter-spacing: -0.05em;
}

.name {
  font-size: 5rem;
  margin-bottom: -15px;
  letter-spacing: 0.05em;
}

.link {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.link a {
  color: black;
  transition: color 0.3s ease, font-size 0.3s ease;
  text-decoration: none;
}

.link a:hover {
  color: rgb(255, 0, 0);
  font-size: 1.2em;
}
