:root{
    --bgColor: #1f1f1f;
    --highlightColor: purple;
    --textColor: white;
}

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    color: var(--textColor);
    font-family: gilroy;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: none;
    text-decoration: none;
}
