* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.wip {
  background-color: #F4F5F6;
  background-image: url("/assets/img/bg-wip.png?h=a4161bbb5142f06142f4ea0560205d84");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.icon:hover {
  color: white!important;
  transition: 0.5s;
}

