* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #090a14;
}
figure {
  line-height: 0;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
