:root {
  --text-color: #000;
  --white: #fff;
  --black: #272727;
  --background: #f5f5f5;
  --foreground: var(--white);
  --fix-background: #e4dad1;
  --header-background: rgba(255, 255, 255, 0.1);
  --1st: #03797d;
  --1sta: #023e3f;

  --2nd: #fcac49;
  --2nda: #bd8138;

  --3rd: #048bb6;
  --3rda: #36A2C6;

  --4th: #305053;
  --4th: #243C3E;

  --5th: #d4c2b2;
  --5th: #9F9184;

  --red: #f44336;
  --border-10: 10px;
  --border-100: 100px;
}
