.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: stretch;
  background-image: url('https://9puff.net/assets/images/menuDesat.png');
  background-repeat: repeat;
  background-position: middle;

  position: relative;
}

.logo-image {
  position: absolute;
  top: 1%;
  left: 0%;
  /*transform: translate(-50%, -50%);*/
  width: 194.4px;
  height: 105.8px;
  z-index: 1;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
