html,
body,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
  word-wrap: break-word;
}

body:not(.no-background) {
  background-image: url(./fond.png);
  background-size: cover;
  background-position: center center;
}

.is-cover {
  object-fit: cover;
}

.is-contain {
  object-fit: contain;
}

.is-max-touch {
  max-width: 768px;
}

.is-max-mobile {
  max-width: 480px;
}

.is-scroll {
  overflow-y: auto;
}

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 769px) {
  .is-clipped-mobile {
    overflow: hidden;
  }
}

.is-relative {
  position: relative;
}

.is-fullheight-exactly {
  height: 100vh;
}

.is-self-centered {
  align-self: center;
}

.image img.is-96x96 {
  width: 96px;
  height: 96px;
}
