/* General override for elements - Start */
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Tahoma;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  background: #262626;
  position: relative;
}

body {
  background-image: url("../../assets/images/body_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

/* General override for elements - End */
