* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: 16px;
}

ul {
  list-style: none;
}

html,
body {
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  padding: 10px;
  color: #333333;
}
