.accountmenu a {
    color: #000;
}

.accountmenu a:hover {
    color: #fbb112
}

.glow-blob {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse at center, #ffd700 0%, #ffd70033 70%, transparent 100%);
    filter: blur(60px);
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
}

.list-style-removal{
    list-style: none;
    padding: 0;
    margin: 0;
}

.full-uppercase{
    text-transform: uppercase;
}
