@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300);


#container_loading{  
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;  
  justify-content: center;
  align-items: center;
  z-index: 100000;
  background-color:rgba(23,28,50,.9)
  
}

#container_loading svg {
  width: 200px;
  height: 200px;
  margin: 20px;
  display: inline-block;
}