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

h2 {
    color: var(--white-2);
    text-align: center;
}

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

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

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