:root {
  /*Fonts*/
  --txt-mn-clr: #000000;
  --txt-h1-clr: #ffffff;
  --txt-h2-clr: #000000;
  --txt-h3-clr: #000000;
  --txt-ft-clr: #ffffff;

  /*Header*/
  --hdr-bg-clr: #193653;

  /*Button*/
  --btn-bg-clr: #ffffff;
  --btn-tx-clr: #000000;
}

a:visited {
  text-decoration: none;
  decoration: none;
}
