h1 {
    color: var(--white-1);
    text-align: center;
}

h1 a {
    color: rgba(0, 183, 255, 0.6);
}

h1 a::after {
    content: "↗";
    font-size: small;
}

h1 a:hover {
    color: rgb(0, 183, 255);
}
