
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Pretendard-Regular', sans-serif;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color:#333;
}

html{
  overflow-x:hidden;
  /* overflow-y:scroll; */
}

li{
  list-style-type:none;
}

a{
  text-decoration: none;
  color: inherit;
}

