.logo{
	width: 100%;
  height: auto;
  position: absolute;
  MARGIN:AUTO;
  justify-content: center;
  display: grid;
  text-align: center'';
  text-align: center;
  top: 29%;
  z-index: 1000;
}
img{
	width: 70%;
  height: auto;
  margin:auto;
  z-index: 1000;
}
svg{
	width: 100vw;
	height: 100vh;
}

@media only screen and (max-width: 600px) {
  svg {
  width: 100vw;
  height: 65vh;
}
}