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

html {
  background: #f0f0f4;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #f0f0f4;
  overflow-x: hidden;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: rgb(0, 100, 200);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}
