:root {
    --default-color: #ffffff;
    --background-color: #171717;
    --secondary-background-color: #000000;
    --primary-color-nextegy: #60ff00;
    --primary-color-sinapsi: #6600ff;
    --secondary-color-nextegy: #aeff00;
    --secondary-color-sinapsi: #6644ff;
    --third-color-nextegy: #1a5911;
    --third-color-sinapsi: #25007f;
    --width-logo:17%;
    --width-logo-mobile:55%;
    --width-logo-footer:50%;
    --animation-primary: 0.4s cubic-bezier(.75, 0, .25, 1);
   --animation-primary: 0.4s cubic-bezier(0.5, 0.75, 0, 1);
}