:root {
  --primary-color: #0983a1;
  --text-color: #fff;
  --background-color: #001018;
  --hover-color: #3acfe9;
  --border-color: #03657e;
  --radial-gradient: radial-gradient(
    circle,
    rgba(5, 83, 107, 0.363) 0%,
    #00101873 100%
  );
  --linear-gradient: linear-gradient(
    45deg,
    rgba(5, 83, 107, 0.363) 0%,
    #001d2c73 100%,
    #07a5b973 100%
  );
}
