.nav {
    z-index: 1001;
    image-rendering: pixelated;
    cursor: pointer;
}

.text-nav {
    color: #222222;
    font-size: 38px;
    font-weight: bold;
    position: absolute;
    top: 314px;
}

.text-nav p {
    color: #222222;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}

.text-nav a {
    text-decoration: none;
    color: gold;
    filter:invert(1) grayscale(1);
}

.text-nav:hover a {
    filter: blur(0.8px);
    animation: flickerOn 0.4s 1 normal;
}

.circle-button {
    image-rendering: pixelated;
    width: 80px;
    position: absolute;
}

.circle-button:hover {
    filter: invert(1);
}