* {
  box-sizing: border-box;
}

html, body {
  border: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  background-image: url("/images/white-simple-textured-design-background.jpg");
  background-repeat: repeat;
  background-position: center;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.disable-text-selection {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
