*,::before,::after{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif;list-style:none;text-decoration:none;outline:0;border:none;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important;--hfhit:75px;--row_widh:10vw;--pink:#FF0080;}

body{
  background:hsl(0, 0%, 95%);
}
header,footer{
  background:white;
  height:60px;
  display:flex;
  justify-content: center;
  align-items: center;
}