/* Estilos comunes del proyecto */
:root {
  --primary-color: #0d264d;
  --secondary-color: #0a192f;
  --text-primary-color: gold;
  --text-secondary-color: #ffffff;
  --shadow-color: #000000;
  --line-primary-color: #ffffff;

  --primary-color-js: #f7df1e;
  --primary-color-html: #e34f26;
  --primary-color-react: #61dafb;
  --primary-color-css: #1572b6;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}

body {
  background: rgb(10, 25, 47);
  background: linear-gradient(145deg,
      rgba(10, 25, 47, 1) 53%,
      rgba(79, 70, 0, 1) 100%);
}