:root {
    --primary-color: #D2FF00;
    --secondary-color: #021214;
    --bg-color: #0E3441;
    --btn-bg-color: linear-gradient(90deg, rgba(210,255,0,1) 0%, rgba(249,255,219,1) 56%, rgba(255,255,255,1) 78%, rgba(238,255,255,1) 90%, rgba(174,253,252,1) 100%);
    --text-color: #ffffff;
    --text-color-opacity: #ffffffbb;
    --nav:linear-gradient(180deg, rgba(2,18,20,1) 0%, rgba(255,255,255,0) 100%);
    --movie-hover: #000000aa;
}