body, html {
  /*font-size: 14px;*/
  color: #000;
  font-family: $fontfamily;
  /*width: 100%;*/
  /*height: 100%;*/
  /*overflow: hidden;*/
  /*background-color: #2A5E5C;*/

}

.loading {
  overflow: hidden;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


