/* BASIC css start */
.hd { display: table;  width: 100%;  margin-bottom: 30px; margin-top: 60px;  text-align: center; }

:root {
  --color-primary: #E60120;
  --color-primary-light: #f5d1d6;
  --color-text: #000000;
  --color-gray: #dddddd;
}

/* BASIC css end */

