body {
  margin: 0;
}

:root {
  /* Common Style Variables */

  /* Color */
  --color-gray: #fcfcfc;
  --color-mediumvioletred: rgba(253, 73, 198, 0.35);
  --color-steelblue: #589fca;
  --color-white: #fff;

  /* Font */
  --font-arial: Arial;
  --font-montserrat: Montserrat;

  /* FontSize */
  --fs-3: 3px;

  /* WidthHeights */
  --height-10: 10px;
  --height-16: 16px;
  --height-36: 36px;
  --width-11: 11px;
  --width-16: 16px;
  --width-36: 36px;
}
