*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Segoe UI,Arial;
}

body{
  min-height:100vh;
  background:#f1f5f9;
}

a{text-decoration:none}
button{cursor:pointer}

input,select,button{
  outline:none;
}
