* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: 0;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", arial;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  overflow: auto;
}

a {
  text-decoration: none;
}