* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  background-color: rgb(240, 248, 255);
  background-image: url(/images/logo2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 600px;
}

/*# sourceMappingURL=base.css.map */
