* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;;

  position: relative;
}

body {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

img {
  user-select: none;
}

h1, h2 {
  user-select: none;
}

.left-align {
  text-align: end;
}