*,
*::before,
*::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html, body{
  width:100%;
  height:100%;
}

body{
  font-family: "Segoe UI", Arial, sans-serif;
  line-height:1.6;
  color:#0f172a;
  background:#ffffff;
}

img{
  max-width:100%;
  display:block;
}

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

ul{
  list-style:none;
}
